WinUpdatesDisabler v1.4 x64 绿色汉化版
https://www.muruoxi.com/326.html
(出处: 暮若夕 慕若曦:感谢那些年你们一直都在)
从网上下载最新的安装包,载入PEid查壳
Borland Delphi 2.0,并且是安装包,说明是用Inno Setup打包的安装包,解包文件,安装脚本如下:
;InnoSetupVersion=5.5.7
[Setup]
AppName=Win Updates Disabler
AppVerName=Win Updates Disabler v1.4
AppVersion=1.4.0.0
DefaultDirName={pf}\Win Updates Disabler
DefaultGroupName=Win Updates Disabler
OutputBaseFilename=win-updates-disabler-setup_8
Compression=lzma
ArchitecturesInstallIn64BitMode=x64
LicenseFile=embedded\License.txt
InfoBeforeFile=embedded\InfoBefore.txt
WizardImageFile=embedded\WizardImage.bmp
WizardSmallImageFile=embedded\WizardSmallImage.bmp[Files]
Source: "{app}\WinUpdatesDisabler,1.exe"; DestDir: "{app}"; DestName: "WinUpdatesDisabler.exe"; Check: "Is64BitInstallMode"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\WinUpdatesDisabler,2.exe"; DestDir: "{app}"; DestName: "WinUpdatesDisabler.exe"; Check: "not Is64BitInstallMode"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Changelog.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Eula.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Homepage.url"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Arabic.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Bulgarian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Chinese.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Czech.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Danish.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Dutch.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\English.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Finnish.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\French.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\German.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Greek.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Hebrew.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Hungarian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Indonesian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Italian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Japanese.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Korean.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Malay.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Norwegian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Polish.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Portuguese.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Romanian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Russian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Slovak.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Spanish.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Swedish.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Tagalog.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Thai.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Turkish.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Ukrainian.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion
Source: "{app}\Langs\Vietnamese.ini"; DestDir: "{app}\Langs"; MinVersion: 0.0,5.0; Flags: ignoreversion[Run]
Filename: "{app}\WinUpdatesDisabler.exe"; Description: "Open Win Updates Disabler"; MinVersion: 0.0,5.0;[Icons]
Name: "{group}\Win Updates Disabler"; Filename: "{app}\WinUpdatesDisabler.exe"; MinVersion: 0.0,5.0;
Name: "{userdesktop}\Win Updates Disabler"; Filename: "{app}\WinUpdatesDisabler.exe"; Tasks: "desktopicon"; MinVersion: 0.0,5.0;
Name: "{group}\{cm:ProgramOnTheWeb,Win Updates Disabler}"; Filename: "http://www.site2unblock.com/"; MinVersion: 0.0,5.0;
Name: "{group}\{cm:UninstallProgram,Win Updates Disabler}"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.0;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Win Updates Disabler"; Filename: "{app}\WinUpdatesDisabler.exe"; Tasks: "quicklaunchicon"; MinVersion: 0.0,5.0;[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 0.0,5.0;
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 0.0,5.0;[CustomMessages]
default.NameAndVersion=%1 version %2
default.AdditionalIcons=Additional shortcuts:
default.CreateDesktopIcon=Create a &desktop shortcut
default.CreateQuickLaunchIcon=Create a &Quick Launch shortcut
default.ProgramOnTheWeb=%1 on the Web
default.UninstallProgram=Uninstall %1
default.LaunchProgram=Launch %1
default.AssocFileExtension=&Associate %1 with the %2 file extension
default.AssocingFileExtension=Associating %1 with the %2 file extension...
default.AutoStartProgramGroupDescription=Startup:
default.AutoStartProgram=Automatically start %1
default.AddonHostProgramNotFound=%1 could not be located in the folder you selected.%n%nDo you want to continue anyway?[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "default"; MessagesFile: "embedded\default.isl";
从上述代码分析,解包得到的文件"WinUpdatesDisabler,1.exe"为64位软件,"WinUpdatesDisabler,2.exe"为32位软件。删除无用文件,保留主体文件以进行下一步。
将软件载入Radialix,对软件界面进行修改,将多余的梗送去喂狗,需要注意的是如果要生成可执行文件为目标,则在执行本地化操作的时候需要在"Target Settings"里选择"create localized file"
因为处理后的文件有三个,所以执行一次封包操作,使其成为单文件,方便使用。
将文件载入Enigma Virtual Box,对文件进行封包,最终Get我们的目标
粉丝可关注公众号:大学生的电脑课,获取最新动态。博客即将关闭
软件无法下载/安装/其它电脑问题,加企鹅群:709531763
有问题直接群里问,在线的时候有问必答,私聊一般都不看
想学电脑知识可以关注我的公众号[大学生的电脑课],里面没有软件只有教程,SB勿来
谢谢
2020年11月21日 下午4:18牛逼!正好用到,以前没感觉,现在觉得你的站做的真好,很多好用的资源,正好找去用
2018年3月19日 下午5:58Warning: Undefined variable $author_coun in /www/wwwroot/muruoxi/wp-content/themes/CKoo/functions.php on line 592
慕若曦
哇,活捉小昊一只
2018年3月19日 下午7:24好厉害学习了
2016年12月7日 下午2:59看不懂就对了(~ ̄▽ ̄)~
2016年9月5日 下午5:03看不懂(#-.-),,,
2016年9月4日 下午10:22厉害,但我看不懂……
2016年9月4日 上午11:44犀利妹妹好厉害= ̄ω ̄=
2016年8月27日 下午8:48不明觉厉Σ( ° △ °|||)︴
2016年8月25日 下午6:06Warning: Undefined variable $author_coun in /www/wwwroot/muruoxi/wp-content/themes/CKoo/functions.php on line 592
慕若曦
哼唧
2016年8月26日 下午3:03