binaryninja/scc-docs/strlen.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

11 lines
216 B
Plaintext

strlen
======
:title: Shellcode Compiler Runtime
---------------------------------------------
size_t strlen(const char* str);
---------------------------------------------
Returns the length of the string `str`.