欢迎来到 嗅灵易学

零基础也能上手的脚本技术课,一对一答疑带你入门

初学者作品(5) (788字)

初学者作品(5) (788字)

Turbo browser
like explore and add web function.
no place to input name and serial number.
first try to use "bpx showwindow" interrupt when time expired screen
display. But it is difficult for me.
So i try to use W32dasm.
After disassemble, i find one item "your turbo browser will expired
soon". I guess that expire determine maybe near it.
Double click.
Yes find some jnz and jz.
One of them is jump to display the above item.
others was jump to a place where use "xor ax,ax"
and the final jump is to a place where use" push 1, pop ax"
Ok, nomally the ax is used as flag for registered/not register.
So use WinHex edit exe file.
83 E8 00
74 35  -->90 90
48    -->90   
74 32  -->90 90
48    -->90
74 05  -->90 90
48    -->90 90
75 2C  -->90 90
EB 25

注意:上传附件及图片大小不得大于30M。

⚠️ 版权声明:
本博客所有内容(含教程、源码、工具)仅供个人技术学习与研究交流使用,严禁商用、倒卖、二次分发及非法用途
未经作者书面授权,任何组织或个人不得转载、复制或用于其他平台,违者将追究相关责任。

0 0 0 举报
复制成功