文件名称:call2jmp
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
This program illustrates a simple technique to obfuscate code for automated disassemblers.
It also shows the equivalence between groups of instructions and the flexibility of the Intel IA32 instruction set.
In this case we replaced a CALL instruction with a PUSH EIP + JMP proc.
This simple trick can be used create new techniques to avoid breackpoints at the begining of function: skip start of function and jump inside.-This program illustrates a simple technique to obfuscate code for automated disassemblers.
It also shows the equivalence between groups of instructions and the flexibility of the Intel IA32 instruction set.
In this case we replaced a CALL instruction with a PUSH EIP+ JMP proc.
This simple trick can be used create new techniques to avoid breackpoints at the begining of function: skip start of function and jump inside.
It also shows the equivalence between groups of instructions and the flexibility of the Intel IA32 instruction set.
In this case we replaced a CALL instruction with a PUSH EIP + JMP proc.
This simple trick can be used create new techniques to avoid breackpoints at the begining of function: skip start of function and jump inside.-This program illustrates a simple technique to obfuscate code for automated disassemblers.
It also shows the equivalence between groups of instructions and the flexibility of the Intel IA32 instruction set.
In this case we replaced a CALL instruction with a PUSH EIP+ JMP proc.
This simple trick can be used create new techniques to avoid breackpoints at the begining of function: skip start of function and jump inside.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jmp2call.asm
jmp2call.exe
jmp2call.exe