mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-05-05 10:17:09 +00:00
[PYTHON] Python Decompyle++ and update docs
This commit is contained in:
parent
8832fe2281
commit
7bb286ea6f
@ -8,11 +8,11 @@ This document provides detailed updates on the changes, improvements, and occasi
|
||||
|
||||
### 🆕 Added
|
||||
|
||||
- ?????
|
||||
- Add All Dlls Dependencies
|
||||
|
||||
### 🔧 Changed
|
||||
|
||||
- Update tools (13/05/2024)
|
||||
- Update tools (12/07/2024)
|
||||
- Bump Universal Updater to 2.1.1
|
||||
- Refactor and cleanup in all project
|
||||
|
||||
|
@ -23,7 +23,7 @@ Es el complemento perfecto para los [manuales](https://github.com/indetectables-
|
||||
|
||||
## El 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).
|
||||
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 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).
|
||||
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
|
||||
|
||||
|
10
TOOLS.md
10
TOOLS.md
@ -143,6 +143,11 @@ executables that have been packed and protected using AutoIt3Camo, Themida, Arma
|
||||
- **Developer:** extremecoders-re
|
||||
- **Description:** Python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The header of the pyc files are automatically fixed so that a Python bytecode decompiler will recognize it.
|
||||
|
||||
### [PYTHON] Python Decompyle++
|
||||
- **Web:** https://github.com/xchwarze/pycdc
|
||||
- **Developer:** Michael Hansen, Darryl Pogue, charlietang98, Kunal Parmar, Olivier Iffrig, Zlodiy
|
||||
- **Description:** Decompyle++ is a tool that aims to translate compiled Python byte-code back into valid and human-readable Python source code. It includes both a byte-code disassembler (pycdas) and a decompiler (pycdc), and supports byte-code from any version of Python.
|
||||
|
||||
### [VB] VB Decompiler
|
||||
- **Web:** https://www.vb-decompiler.org
|
||||
- **Developer:** DotFix Software
|
||||
@ -398,6 +403,11 @@ Miscellaneous tools that don't fit into the other categories.
|
||||
- **Developer:** hfiref0x
|
||||
- **Description:** WinObjEx64 is an advanced utility that lets you explore the Windows Object Manager namespace. For certain object types, you can double-click on it or use the "Properties..." toolbar button to get more information, such as description, attributes, resource usage etc. WinObjEx64 let you view and edit object-related security information if you have required access rights.
|
||||
|
||||
### All Dlls Dependencies
|
||||
- **Web:** http://jacquelin.potier.free.fr/AllDllDeps/
|
||||
- **Developer:** Jacquelin POTIER
|
||||
- **Description:** All Dlls Dependencies is a static analyzer for DLL dependencies. It is a clone of Dependency Walker supporting Windows 7 and Windows 10 stub DLLs. The tool can analyze modules to find missing imported DLLs or functions, making it useful for identifying dependencies in applications.
|
||||
|
||||
|
||||
## ⏪ Reverse
|
||||
Software and techniques for reversing engineering.
|
||||
|
@ -107,6 +107,13 @@ from = github
|
||||
local_version = 2024.04
|
||||
re_download = tags/(?:\S+).zip
|
||||
|
||||
[Python Decompyle++]
|
||||
folder = ..\..\toolkit\Decompilers\[PYTHON] Python Decompyle++
|
||||
url = xchwarze/pycdc-builder
|
||||
from = github
|
||||
local_version = 20240711-9897098948
|
||||
re_download = pycdc-release-Win32.zip
|
||||
|
||||
[IDR]
|
||||
folder = ..\..\toolkit\Decompilers\[DELPHI] IDR
|
||||
url = https://github.com/crypto2011/IDR/commits/master.atom
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user