binaryninja/commercial/scc-docs/strlen.txt

11 lines
216 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
strlen
======
:title: Shellcode Compiler Runtime
---------------------------------------------
size_t strlen(const char* str);
---------------------------------------------
Returns the length of the string `str`.