11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
strlen
|
|
======
|
|
:title: Shellcode Compiler Runtime
|
|
|
|
---------------------------------------------
|
|
size_t strlen(const char* str);
|
|
---------------------------------------------
|
|
|
|
Returns the length of the string `str`.
|
|
|