mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-22 02:40:50 +00:00
Correct cosign export result
This commit is contained in:
commit
c8a3e1ed8e
@ -23,7 +23,7 @@ Es el complemento perfecto para los [manuales](https://github.com/indetectables-
|
||||
|
||||
## El Conjunto de Herramientas
|
||||
|
||||
El conjunto incluye 100 aplicaciones que cubren una amplia gama de necesidades. Cuenta con herramientas tanto conocidas como menos conocidas, pero igualmente útiles, así como herramientas raras que son difíciles de encontrar. **Todas las herramientas se obtienen de sus sitios web oficiales, pero ten precaución, especialmente con herramientas provenientes de hilos de foros.** Consulta la lista completa de herramientas [aquí](TOOLS.md).
|
||||
El conjunto incluye 100 aplicaciones que cubren una amplia gama de necesidades. Cuenta con herramientas tanto conocidas como menos conocidas, pero igualmente útiles, así como herramientas raras que son difíciles de encontrar. **Todas las herramientas se obtienen de sus sitios web oficiales, pero ten precaución, especialmente con herramientas provenientes de hilos de foros.** Consulta la [lista completa de herramientas aquí](TOOLS.md).
|
||||
|
||||
## Contribuciones
|
||||
|
||||
|
@ -23,7 +23,7 @@ This toolkit complements the [manuals](https://github.com/indetectables-net/manu
|
||||
|
||||
## The Tool Set
|
||||
|
||||
The toolkit includes 100 apps covering a wide range of needs. It features both well-known tools and lesser-known, yet highly useful ones, as well as rare tools that are hard to find. **All tools are sourced from their official websites, but exercise caution, especially with tools from forum threads.** View the complete tool list [here](TOOLS.md).
|
||||
The toolkit includes 100 apps covering a wide range of needs. It features both well-known tools and lesser-known, yet highly useful ones, as well as rare tools that are hard to find. **All tools are sourced from their official websites, but exercise caution, especially with tools from forum threads.** View the [complete tool list here](TOOLS.md).
|
||||
|
||||
## Contributions
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 🛠 Comprehensive Toolkit for Software Analysis and More (lite edition)
|
||||
# 🛠 Essential Toolkit for Reverse Engineering and Analysis (lite edition)
|
||||
|
||||
Explore our curated toolkit, meticulously organized into categories to streamline your search for the right tools. Each category is packed with powerful applications tailored for specific tasks, ensuring you have the best tools at your fingertips for everything from detailed software analysis to effective data unpacking.
|
||||
From unpacking routines to deep static inspection, this toolkit is segmented by task to optimize your workflow and minimize tool-hunting.
|
||||
|
||||
🔗 **Browse Categories:**
|
||||
1. [🧪 Analysis](#-analysis)
|
||||
|
4
TOOLS.md
4
TOOLS.md
@ -1,6 +1,6 @@
|
||||
# 🛠 Comprehensive Toolkit for Software Analysis and More
|
||||
# 🛠 Essential Toolkit for Reverse Engineering and Analysis
|
||||
|
||||
Explore our curated toolkit, meticulously organized into categories to streamline your search for the right tools. Each category is packed with powerful applications tailored for specific tasks, ensuring you have the best tools at your fingertips for everything from detailed software analysis to effective data unpacking.
|
||||
From unpacking routines to deep static inspection, this toolkit is segmented by task to optimize your workflow and minimize tool-hunting.
|
||||
|
||||
🔗 **Browse Categories:**
|
||||
1. [🧪 Analysis](#-analysis)
|
||||
|
@ -126,7 +126,7 @@ merge = True
|
||||
|
||||
[VBDEC]
|
||||
folder = ..\..\toolkit\Decompilers\[VB] VBDEC
|
||||
update_url = http://sandsprite.com/vbdec/VBDEC_Setup.exe
|
||||
update_url = https://sandsprite.com/vbdec/VBDEC_Setup.exe
|
||||
from = http
|
||||
post_unpack = scripts\VBDEC.bat
|
||||
local_version = 2a79f14120945873482b7823caabe2fcde848722
|
||||
@ -234,7 +234,7 @@ re_version = # Process Monitor v(\d+\.\d+)
|
||||
|
||||
[SysAnalyzer]
|
||||
folder = ..\..\toolkit\Monitor\SysAnalyzer
|
||||
update_url = http://sandsprite.com/iDef/SysAnalyzer/SysAnalyzer-master.zip
|
||||
update_url = https://sandsprite.com/iDef/SysAnalyzer/SysAnalyzer-master.zip
|
||||
from = http
|
||||
local_version = 2a79f14120945873482b7823caabe2fcde848722
|
||||
|
||||
@ -286,11 +286,11 @@ re_version = # Strings v(\d+\.\d+)
|
||||
|
||||
[Resource Hacker]
|
||||
folder = ..\..\toolkit\Other\Resource Hacker
|
||||
url = http://www.angusj.com/resourcehacker/
|
||||
url = https://www.angusj.com/resourcehacker/
|
||||
from = web
|
||||
local_version = 5.2.8
|
||||
re_version = <strong>Version (.*?)</strong>
|
||||
update_url = http://www.angusj.com/resourcehacker/resource_hacker.zip
|
||||
update_url = https://www.angusj.com/resourcehacker/resource_hacker.zip
|
||||
|
||||
[FLOSS]
|
||||
folder = ..\..\toolkit\Other\FLOSS
|
||||
@ -394,6 +394,14 @@ from = web
|
||||
local_version = 2.1.4
|
||||
re_version = Version\s*</td>\s*<td>\s* (\d+\.\d+\.\d+)
|
||||
|
||||
[ASM Calculator]
|
||||
folder = ..\..\toolkit\Reverse\ASM Calculator
|
||||
url = https://www.manhunter.ru/releases/108_32_bit_asm_calculator_1_12.html
|
||||
from = web
|
||||
local_version = 1.12
|
||||
re_version = alt="[^"]*?ASM Calculator (?P<version>\d+\.\d+)"
|
||||
re_download = href="(?P<url>[^"]+\.zip)"
|
||||
|
||||
[CryptoTester]
|
||||
folder = ..\..\toolkit\Reverse\CryptoTester
|
||||
url = Demonslay335/CryptoTester
|
||||
|
Loading…
x
Reference in New Issue
Block a user