binaryninja/personal/scc-docs/end.txt

12 lines
310 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
__end
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
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.