.exit.text

The content of this section is going to be even simpler (in our specific case). We simply return from the procedure:

section '.exit.text' executable
module_cleanup:
xor eax, eax
ret

Since we did not allocate any resources nor load any modules or open any files, we simply return 0.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset