去掉WinLicense文件效验的方法

--------------
Breakpoints
--------------

地址 模块 活动 反汇编 注释
-------------------------------------------------------------------------------------------------------------------------------------
053C7D8C core 当 eax==8E6A916E CMP ECX,EAX
053D94D0 core 当 eax==8E6A916E CMP ECX,EAX
053F197D core 当 eax==8E6A916E CMP ECX,EAX
76C66F01 imagehlp.CheckSumMappedFile imagehlp 始终 PUSH 10

bp CheckSumMappedFile
bp 053C7D8C, eax==8E6A916E
bp 053D94D0, eax==8E6A916E
bp 053F197D, eax==8E6A916E

05-06 15:52
查看更多