binaryninja/personal/scc-docs/atoi.txt

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.