binaryninja/commercial/scc-docs/end.txt

12 lines
310 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00: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.