binaryninja/personal/scc-docs/atoi.txt

11 lines
245 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
atoi
====
:title: Shellcode Compiler Runtime
---------------------------------------------
int atoi(const char* str);
---------------------------------------------
Converts a decimal string `str` to an integer, and returns the integer value.