»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
void* memset(void* dest, uint8_t value, size_t len);

Sets len bytes in dest to the value value. Returns the pointer dest.

See also