binaryninja/personal/scc-docs/strlen.txt

11 lines
216 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
strlen
======
:title: Shellcode Compiler Runtime
---------------------------------------------
size_t strlen(const char* str);
---------------------------------------------
Returns the length of the string `str`.