Update some download url in tools.ini

This commit is contained in:
DSR! 2023-02-26 16:36:42 -03:00
parent 8b58d2ba37
commit a80a83f8af
5 changed files with 13 additions and 5 deletions

View File

@ -20,6 +20,7 @@
- New Reverse catalog created to improve the ordering of tools
- Fix ImHex re_download regex
- Fix VirusTotalUploader re_download regex
- Update Process-Dump download server
- Improvements in self updater of tools.ini
- Add SysAnalyzer to updater
- Add RawCap to updater

View File

@ -360,6 +360,13 @@ from = web
local_version = 1.41
re_version = v(\d+\.\d+)
[CryptoTester]
folder = ..\..\toolkit\Reverse\CryptoTester
url = Demonslay335/CryptoTester
from = github
local_version = v1.6.0.0
re_download = CryptoTester.zip
[DLest]
folder = ..\..\toolkit\Reverse\DLest
url = DarkCoderSc/DLest
@ -383,11 +390,11 @@ re_download = GetSymbol.exe
[Process-Dump]
folder = ..\..\toolkit\Reverse\Process-Dump
url = http://split-code.com/processdump.html
update_url = http://split-code.com/files/pd_latest.zip
from = web
local_version = 2.1
re_version = <span class="link">Download: pd.exe v(.*?) for Windows 32 and 64 bit</span>
url = glmcdona/Process-Dump
from = github
local_version = v2.1.1
re_download = pd32.exe
merge = True
[Scylla]
folder = ..\..\toolkit\Reverse\Scylla

Binary file not shown.