|
发表于 2022-10-7 15:03:06
|
显示全部楼层
本帖最后由 zpmc123 于 2022-10-7 17:23 编辑
脱壳后检查不是AU3编译的,是Borland Delphi 6.0
附工具
部份代码示例 脱壳后用eXeScope查看部份内容也可以修改
object frmConvert: TfrmConvert
Left = 738
Top = 278
Width = 382
Height = 126
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Autoit64'#36716'32'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCanResize = FormCanResize
PixelsPerInch = 96
TextHeight = 13
object lblTitle: TLabel
Left = 16
Top = 20
Width = 60
Height = 15
AutoSize = False
Caption = #31243#24207#36335#24452#65306
end
object btnOpen: TSpeedButton
Left = 168
Top = 48
Width = 81
Height = 25
Caption = #25171#24320#25991#20214
OnClick = btnOpenClick
end
object btnConvert: TSpeedButton
Left = 273
Top = 48
Width = 79
Height = 25
Caption = #36716#25442
OnClick = btnConvertClick
end
object lblDFP: TLabel
Left = 16
Top = 56
Width = 33
Height = 13
Cursor = crHandPoint
Hint = #19996#39118#30772#21338#23458
AutoSize = False
Caption = #20851#20110
Font.Charset = DEFAULT_CHARSET
Font.Color = cl3DDkShadow
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblDFPClick
OnMouseEnter = lblDFPMouseEnter
OnMouseLeave = lblDFPMouseLeave
end
object edtShow: TEdit
Left = 80
Top = 16
Width = 273
Height = 21
TabOrder = 0
end
object OpenDialog: TOpenDialog
Filter = 'exe'#25991#20214'|*.exe'
Options = [ofReadOnly, ofHideReadOnly, ofEnableSizing]
Left = 128
Top = 64
end
end
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
评分
-
查看全部评分
|