binaryninja/commercial/scc-docs/atoi.txt

11 lines
245 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
atoi
====
:title: Shellcode Compiler Runtime
---------------------------------------------
int atoi(const char* str);
---------------------------------------------
Converts a decimal string `str` to an integer, and returns the integer value.