»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
char* strdup(const char* str);

Duplicates the string str on the heap, and returns a pointer to the new string.

See also