»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int strcmp(const char* a, const char* b);

Compares two strings a and b. Returns one of the following:

  • a < b: Returns less than zero

  • a == b: Returns zero

  • a > b: Returns greater than zero