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

Appends the null-terminated string src to dest. The maximum length of the string is not bounded. Returns a pointer to the destination string.

See also