
Abusing the Return Pointer
A RETN instruction is normally use to return from a function call. But if the RETN instruction is used for another purpose the disassembler will prematurely terminate the function.
A RETN instruction is normally use to return from a function call. But if the RETN instruction is used for another purpose the disassembler will prematurely terminate the function.