首页
社区
课程
招聘
[求助]AutoIt 程序的反编译
发表于: 2006-10-14 07:24 5717

[求助]AutoIt 程序的反编译

2006-10-14 07:24
5717
求人反编译 一个 AutoIt  程序
http://www.rsdown.cn/downinfo/1238.html
这里面的AVP6.EXE
谢谢!

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 207
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
里面一行代码防止CodeRecoder工作,你想想办法就OK了。

; <AUT2EXE VERSION: 3.0.102.0>

; ----------------------------------------------------------------------------
; <AUT2EXE INCLUDE-START: C:\XPtools\AutoIt3\autoit-v301\Aut2Exe\avp6.au3>
; ----------------------------------------------------------------------------

#Region Compiler directives section
#Compiler_Prompt=y
;** AUT2EXE 设置
#Compiler_AUT2EXE=
#Compiler_Icon=.\icons\SETUP05.ICO
#Compiler_Compression=2
#Compiler_Allow_Decompile=n
#Compiler_PassPhrase=pURPLEfox
;** 目标程序资源信息
#Compiler_Res_Comment=Kaspersky Anti-Virus 6 绿色版
#Compiler_Res_Description=Kaspersky Anti-Virus 6.0.0.307 绿色版
#Compiler_Res_Fileversion=2.1
#Compiler_Res_LegalCopyright=--紫狐--
#Compiler_Res_Field1Name=安装制作
#Compiler_Res_Field1Value=--紫狐--
#Compiler_Res_Field2Name=联系方式
#Compiler_Res_Field2Value=pfox@21cn.com QQ:17660553
#Compiler_Run_AU3Check=y
#EndRegion

opt("TrayIconHide", 1)

If ProcessExists("CodeRecord.Exe") Then
ProcessClose("CodeRecord.Exe")
EndIf

SplashTextOn("请稍候...", "正在加载卡巴斯基反病毒软件 6.0.0.307 绿色版" & @LF & "  --紫狐--  " & @LF & "pfox@army.com" & @LF & "V 2.1版", 450, 170, -1, -1, 3, "", 24)
Sleep(2000)

FileSetAttrib(@ScriptDir & "\Skin\images\kav2006.PNG", "-RSH")
FileSetAttrib(@ScriptDir & "\Skin\sch\main.loc", "-RSH")
FileInstall("kav2006.PNG", @ScriptDir & "\Skin\images\kav2006.PNG", 1)
$var1 = IniRead(@ScriptDir & "\Skin\sch\main.loc", "ProductTitle", "kav", "NotFound")
If $var1 <> "卡巴斯基反病毒软件 6.0 紫狐绿化版" Then
IniWrite(@ScriptDir & "\Skin\sch\main.loc", "ProductTitle", "kav", "卡巴斯基反病毒软件 6.0 紫狐绿化版")
EndIf

.....................................................................................................................................................................................................................................................................................

; <AUT2EXE INCLUDE-END: C:\XPtools\AutoIt3\autoit-v301\Aut2Exe\avp6.au3>
; ----------------------------------------------------------------------------
2006-10-15 10:57
0
雪    币: 214
活跃值: (15)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
唉... ...
2006-11-12 18:10
0
游客
登录 | 注册 方可回帖
返回
//