Update docs

This commit is contained in:
DSR! 2024-05-15 03:03:29 -03:00
parent 0636f3ec78
commit 4315c115fb
5 changed files with 31 additions and 94 deletions

View File

@ -1,45 +1,30 @@
Español | [English](README.md) | [简体中文](README.zh_CN.md)
English | [English](README.md)
# Indetectables Toolkit
Esta compilación de herramientas está pensada para que sea útil al que se inicia y a los más avanzados, al que quiere entrar en el análisis de malware y también para los que quieren probar suerte en el mundo del cracking.
Diseñado como una navaja suiza, este conjunto de herramientas es invaluable para analistas de malware, crackers y expertos en ciberseguridad. Está meticulosamente elaborado para apoyar tanto a usuarios novatos como experimentados.
Es el complemento ideal para ser usado con para empezar con los [manuales](https://github.com/indetectables-net/manuals) del sitio y para jugar con el mirror de las [teorias numeradas]( https://github.com/indetectables-net/teorias-numeradas).
Es el complemento perfecto para los [manuales](https://github.com/indetectables-net/manuals) y el mirror de laas [teorías numeradas](https://github.com/indetectables-net/teorias-numeradas) de nuestro sitio.
![](assets/demo.gif)
## Ventajas
El pack está pensado para ser el más completo y robusto existente.
Algunas de sus ventajas son:
1. Contiene todas las herramientas básicas y no tan básicas que se puedan llegar a necesitar.
2. El pack está integrado con el actualizador universal que hicimos, gracias a ello logramos mantener de manera automática todas las herramientas.
3. Es fácilmente ampliable y modificable. Solo tienes que actualizar el `bin\updater\tools.ini` para integrar las herramientas que usas al [actualizador](https://github.com/xchwarze/universal-tool-updater) y agregar los links de las mismas a `bin\sendto\sendto` para que aparezcan en los menús.
4. El instalador configura todo lo que podemos necesitar de manera automática. Desde las dependencias, variables de entorno y hasta nos puede agregar una tarea programada para que actualice automáticamente las herramientas semanalmente.
1. **Integral**: Contiene todas las herramientas esenciales para escenarios tanto simples como complejos.
2. **Actualizaciones Automáticas**: Integrado con un actualizador universal personalizado para mantener las herramientas actualizadas automáticamente.
3. **Extensible**: Agrega fácilmente nuevas herramientas actualizando `bin\updater\tools.ini` y enlazándolas en `bin\sendto\sendto`.
4. **Configuración Automática**: El instalador maneja las dependencias, las variables de entorno y puede programar actualizaciones semanales.
## Instalación
1. Simplemente baje las versiones estables desde la seccion de [release](https://github.com/indetectables-net/toolkit/releases) donde también podemos encontrar el instalador.
1. Descarga la versión estable desde la [sección de lanzamientos](https://github.com/indetectables-net/toolkit/releases).
2. Usa el actualizador universal en `bin\updater\updater.exe` para mantener las herramientas actualizadas.
3. Si necesitas descargar una herramienta específica, todas están comprimidas en la carpeta toolkit de este repositorio.
2. Una vez descargado puedes actualizar las herramientas con el actualizador que [desarrollamos para esto](https://github.com/xchwarze/universal-tool-updater). <br/>
El mismo está en la carpeta `bin\updater\updater.exe`.
## Herramientas
El toolkit está compuesto por 98 herramientas que cubren todo lo que podemos necesitar para la reversa y el análisis. <br/>
Las herramientas están todas descargadas de sus páginas oficiales pero de todas formas se recomienda usarlas con cautela, en especial las que las paginas oficiales son hilos en foros y ese tipo de cosas. <br/>
Para ver la lista completa de herramientas puedes [hacerlo aqui](TOOLS.md).
## Conjunto de Herramientas
El conjunto incluye 98 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
Los pull requests son bienvenidos. Para cambios importantes cree primero un issue para analizarlo entre todos.
Las herramientas están comprimidas con 7zip y el formato usado para los nombres es `{nombre} - {version}.7z`
Las solicitudes de incorporación son bienvenidas. Para cambios importantes, crea un Issue para su discusión. Las herramientas están comprimidas con 7-zip, usando el formato `{name} - {version}.7z`.

View File

@ -1,42 +1,30 @@
English | [Español](README.ES.md) | [简体中文](README.zh_CN.md)
English | [Español](README.ES.md)
# Indetectables Toolkit
This tool compilation is carefully crafted with the purpose of being useful both for the beginners and veterans from the malware analysis world. It has also proven useful for people trying their luck at the cracking underworld.
Designed as a Swiss Army knife, this curated toolkit is invaluable for malware analysts, crackers, and cybersecurity experts. It is meticulously crafted to support both novice and experienced users.
It's the ideal complement to be used with the [manuals](https://github.com/indetectables-net/manuals) from the site, and to play with the [numbered theories](https://github.com/indetectables-net/teorias-numeradas) mirror.
This toolkit complements the [manuals](https://github.com/indetectables-net/manuals) and the [numbered theories](https://github.com/indetectables-net/teorias-numeradas) mirror from our site.
![](assets/demo.gif)
## Advantages
To be clear, this pack is thought to be the most complete and robust in existence. Some of the pros are:
1. It contains all the basic (and not so basic) tools that you might need in a real life scenario, be it a simple or a complex one.
2. The pack is integrated with an Universal Updater made by us from scratch. Thanks to that, we get to mantain all the tools in an automated fashion.
3. It's really easy to expand and modify: you just have to update the file `bin\updater\tools.ini` to integrate the tools you use to the [updater](https://github.com/xchwarze/universal-tool-updater), and then add the links for your tools to `bin\sendto\sendto`, so they appear in the context menus.
4. The installer sets up everything we might need automatically - everything, from the dependencies to the environment variables, and it can even add a scheduled task to update the whole pack of tools weekly.
1. **Comprehensive**: Contains all essential tools for both simple and complex scenarios.
2. **Automated Updates**: Integrated with a custom Universal Updater to keep tools updated automatically.
3. **Extensible**: Easily add new tools by updating `bin\updater\tools.ini` and linking them in `bin\sendto\sendto`.
4. **Automatic Setup**: The installer handles dependencies, environment variables, and can schedule weekly updates.
## Installation
1. You can simply download the stable versions from the [release section](https://github.com/indetectables-net/toolkit/releases), where you can also find the installer.
1. Download the stable version from the [release section](https://github.com/indetectables-net/toolkit/releases).
2. Use the Universal Updater in `bin\updater\updater.exe` to keep tools updated.
3. If you need to download a specific tool, they are all compressed in the toolkit folder of this repo.
2. Once downloaded, you can update the tools with the Universal Updater that we specifically [developed](https://github.com/xchwarze/universal-tool-updater) for that sole purpose. <br/>
You will find the binary in the folder `bin\updater\updater.exe`.
## Tool Set
The toolkit includes 98 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).
## Tool set
## Contributions
This toolkit is composed by 98 apps that cover everything we might need to perform reverse engineering and binary/malware analysis. <br/>
Every tool has been downloaded from their original/official websites, but we still recommend you to use them with caution, specially those tools whose official pages are forum threads. Always exercise common sense. <br/>
You can check the complete list of tools [here](TOOLS.md).
## About contributions
Pull Requests are welcome. If you'd want to propose big changes, you should first create an Issue about it, so we all can analyze and discuss it. The tools are compressed with 7-zip, and the format used for nomenclature is `{name} - {version}.7z`
Pull Requests are welcome. For major changes, create an Issue for discussion. Tools are compressed with 7-zip, using the format `{name} - {version}.7z`.

View File

@ -1,40 +0,0 @@
简体中文 | [English](README.md) | [Español](README.ES.md)
# Indetectables工具包
这个工具合集是精心制作的目的是对恶意软件分析领域的初学者和老手都有用。它也被证明对那些破解underworld碰运气的人很有用。
它是与[manuals](https://github.com/indetectables-net/manuals)网址一起使用的最佳互补,也是与[numbered theories](https://github.com/indetectables-net/teorias-numeradas) 镜像一起合作的最佳互补。
![](assets/demo.gif)
## 优势
需要说明的是,这个软件包被认为是现存最完整、最强大的软件包。一些优点是:
1. 它包含了您在真实生活场景中可能需要的所有基本(和不太基本)工具,无论是简单的还是复杂的。
2. 该软件包集成了我们从头开始制作的通用更新程序。多亏了这一点,我们才能以自动化的方式维护所有的工具。
3. 它真的很容易扩展和修改:你只需要更新文件`bin\updater\tools.ini`,将你使用的工具整合到[updater](https://github.com/xchwarze/universal-tool-updater),然后将你的工具链接添加到`bin\sendto\sendto`,这样它们就会出现在上下文菜单中。
4. 安装程序自动设置了我们可能需要的一切--一切,从依赖关系到环境变量,它甚至可以添加一个计划任务,每周更新整个工具包。
## 安装
1. 您可以从[release section](https://github.com/indetectables-net/toolkit/releases)下载稳定版本,也可以在那里找到安装程序。
2. 下载后,您可以使用我们专门为此目的 [开发](https://github.com/xchwarze/universal-tool-updater)通用更新程序 来更新这些工具。<br/>
您将在`bin\updater\updater.exe`文件夹中找到二进制文件。
## 工具集
这个工具包由 98 个应用组成,涵盖了我们执行逆向工程和二进制/恶意软件分析可能需要的一切。 <br/>
每个工具都是从他们的原发布地址/官网下载的,但是我们还是建议大家谨慎使用,尤其是那些官方页面是论坛线程的工具。经常运用常识。<br/>
您可以在 [here](TOOLS.md) 查看完整的工具列表。
## 关于贡献
欢迎拉取请求。如果你想提出大的改变,你应该首先创建一个关于它的 Issue这样我们都可以分析和讨论它。这些工具是用7-zip压缩的用于命名的格式是 `{name} - {version}.7z` 格式

View File

@ -1,5 +1,7 @@
# Tools in lite edition
This toolkit is organised into categories to help you find the tools you need quickly and efficiently. Each category contains powerful applications designed for specific tasks, from analysis to unpacking and everything in between.
1. [Analysis](#analysis)
1. [Decompilers](#decompilers)
1. [Dissasembler](#dissasembler)

View File

@ -1,5 +1,7 @@
# Tools
This toolkit is organised into categories to help you find the tools you need quickly and efficiently. Each category contains powerful applications designed for specific tasks, from analysis to unpacking and everything in between.
1. [Analysis](#analysis)
1. [Decompilers](#decompilers)
1. [Dissasembler](#dissasembler)