delphi AntiEmuPEB


本文整理自网络,侵删。

  

procedure AntiEmuPEB();
asm
mov eax, fs:[30h]
mov eax, [eax+$10]
mov eax, [eax+$48]
add eax,$0F
@@inic:
inc eax
mov dl,[eax]
cmp dl,'='
jnz @@inic
end;

相关阅读 >>

Delphi的with…do语句的用法

Delphi 获取系统时间,获取系统年月日,时分秒

Delphi unigui 获取files路径

Delphi xe 应用程序横竖屏设置

Delphi 调用js脚本

fmsoft_unigui个文件说明

Delphi获取星期几

Delphi http post json示例

Delphi webbrowser中获取input表单值

Delphi cpu窗口的扩展学习

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...