»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
void* __prev_arg(void* ptr, size_t size);

Returns a pointer to the previous argument given the pointer to the current argument, ptr, and the size of the previous argument, size. This intrinsic can be used to find the previous argument regardless of the direction of stack growth.

See also