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

Copies a null-terminated string from src into dest, with maximum length len. Returns a pointer to the destination string.

See also