chishingchan 发表于 2022-10-6 18:31:12

【已解决】寻求64位转32位程序的源码

本帖最后由 chishingchan 于 2022-10-14 17:46 编辑

Autoit程序64位转32位小工具-伪技术-东风破的空间 (dongfengpo.cc)



这程序看似是以 AutoIt3 编译的程序并使用了 ASPack 压缩。
程序的作用是将 64 位 AutoIt3 程序转换为 32 位的程序。
经测试,可用!




已在吾爱破解找到脱壳工具!我什么都喜欢精简!看图:

zpmc123 发表于 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 =
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 =
    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 =
    Left = 128
    Top = 64
end
end


chishingchan 发表于 2022-10-7 16:49:53

zpmc123 发表于 2022-10-7 15:03
脱壳后检查不是AU3编译的,是Borland Delphi 6.0

可否发个脱壳程序?谢谢!

zpmc123 发表于 2022-10-7 17:25:23

chishingchan 发表于 2022-10-7 16:49
可否发个脱壳程序?谢谢!

工具已发!请查杀后使用!:face (20):

chishingchan 发表于 2022-10-8 16:06:43

zpmc123 发表于 2022-10-7 15:03
脱壳后检查不是AU3编译的,是Borland Delphi 6.0

附工具



Sisulizer 4 打开出错!


Resource Hacker 界面的保存按钮保持是灰色状态!修改后就运行出错!

页: [1]
查看完整版本: 【已解决】寻求64位转32位程序的源码