»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
uint8_t __end[];

This variable references the end of the output. This is commonly used to append data or code to the end of the output and reference it from the code.