特别说明:
该绿色版基于网络泄露版本制作,仅重新KeyGen以及添加几个必要文件,其它无任何修改。
使用说明:
1.运行IDAProHelper.exe进行绿化。2.如果需要Python支持,请自行下载安装Python3.8主程序。
3.如果需要Python3.9支持,请将ida75sp3_python39_win.zip解压覆盖
P.Y.G Team
https://www.chinapyg.com
2020.12.17
特别说明:
* 该绿色版基于网络泄露版本制作,仅重新KeyGen以及添加几个必要文件,其它无任何修改。
使用说明:
* 运行IDAProHelper.exe进行绿化。
pyg目录下面是一些附属文件,如下:
1.如果需要Python3.8支持,请安装python-3.8.6-amd64.exe。
2.如果需要Python3.9支持,请将ida75sp3_python39_win.zip解压覆盖,再自行安装Python3.9。
3.SDK75.7z为该版本对应的SDK。
4.IDA_SDK_DOC_70-75.7z为IDA7.0~7.5全版本SDK开发文档。
P.Y.G Team
https://www.chinapyg.com
2020.12.18
@echo off
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
set pathx32=%~dp0ida.exe
set pathx64=%~dp0ida64.exe
Reg.exe add "HKCR\*\shell\IDA Pro (32-bit)" /v "Icon" /t REG_SZ /d "\"%pathx32%\",0" /f
Reg.exe add "HKCR\*\shell\IDA Pro (32-bit)\Command" /ve /t REG_SZ /d "\"%pathx32%\" %%1" /f
Reg.exe add "HKCR\*\shell\IDA Pro (64-bit)" /v "Icon" /t REG_SZ /d "\"%pathx64%\",0" /f
Reg.exe add "HKCR\*\shell\IDA Pro (64-bit)\Command" /ve /t REG_SZ /d "\"%pathx64%\" %%1" /f
pause
管理员· 发表于 2020-12-18 11:12
右键关联能不能把图标也加上。
[mw_shl_code=bash,true]@echo off
欢迎光临 飘云阁 (https://www.chinapyg.com/) | Powered by Discuz! X3.4 |