VB:
push
call <jmp.&MSVBVM6.0.#100>
各种常见程序特征
VC/E语言
离OEP不远处有SUB ESP,0X58
第一个CALL 调用为GetVersion
各种常见程序特征
VS:
.release
call
jmp
各种常见程序特征.debug
先jmp
各种常见程序特征jmp后:
push ebp
mov ebp,esp
call
call
pop
各种常见程序特征
BC++:
oep处有一个短跳,后面有一个字符串 fb:C++hook
各种常见程序特征Delphi7
oep附近比较紧凑的五个call
各种常见程序特征第一个call内有getModuleHandleA
各种常见程序特征在五个call后面全是0

相关文章: