binaryninja/scc-docs/atoi.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

11 lines
245 B
Plaintext

atoi
====
:title: Shellcode Compiler Runtime
---------------------------------------------
int atoi(const char* str);
---------------------------------------------
Converts a decimal string `str` to an integer, and returns the integer value.