文件名称:call2jmp
介绍说明--下载内容均来自于网络,请自行研究使用
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