mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Add DLest + update docs
This commit is contained in:
parent
f35f883833
commit
6312d04494
@ -6,6 +6,7 @@
|
||||
### Added
|
||||
|
||||
- Add GetSymbol
|
||||
- Add DLest
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -229,6 +229,16 @@ What makes ImHex special is that it has many advanced features that can often on
|
||||
***Developer:*** Hors <br/>
|
||||
***Description:*** Plugin manager for x64dbg. <br/>
|
||||
|
||||
### GetSymbol
|
||||
***Web:*** https://github.com/dbgsymbol/getsymbol <br/>
|
||||
***Developer:*** @Paul091_ <br/>
|
||||
***Description:*** Simple tool to download debugging symbols from Microsoft, Google, Mozilla and Citrix symbol servers for reverse engineers compatible with Windows 8.1, 10 and 11. <br/>
|
||||
|
||||
### DLest
|
||||
***Web:*** https://github.com/horsicq/x64dbg-Plugin-Manager <br/>
|
||||
***Developer:*** DarkCoderSc (Jean-Pierre LESUEUR) <br/>
|
||||
***Description:*** This powerful Microsoft Windows application is specifically designed to assist developers and malware analysts with the analysis and manipulation of exported functions in Portable Executable (PE) files, particularly DLLs. With DLest, you can easily enumerate exported functions using a variety of methods, including drag and drop, opening a folder, or recursively scanning a folder with regular expression filtering to only include PE files with specific export function names. <br/>
|
||||
|
||||
|
||||
## Patcher
|
||||
|
||||
|
12
TOOLS.md
12
TOOLS.md
@ -395,7 +395,17 @@ It is the first and only program of its kind to support output for display in va
|
||||
### x64dbg Plugin Manager
|
||||
***Web:*** https://github.com/horsicq/x64dbg-Plugin-Manager <br/>
|
||||
***Developer:*** Hors <br/>
|
||||
***Description:*** Plugin manager for x64dbg. <br/>
|
||||
***Description:*** Plugin manager for x64dbg. <br/>
|
||||
|
||||
### GetSymbol
|
||||
***Web:*** https://github.com/dbgsymbol/getsymbol <br/>
|
||||
***Developer:*** @Paul091_ <br/>
|
||||
***Description:*** Simple tool to download debugging symbols from Microsoft, Google, Mozilla and Citrix symbol servers for reverse engineers compatible with Windows 8.1, 10 and 11. <br/>
|
||||
|
||||
### DLest
|
||||
***Web:*** https://github.com/horsicq/x64dbg-Plugin-Manager <br/>
|
||||
***Developer:*** DarkCoderSc (Jean-Pierre LESUEUR) <br/>
|
||||
***Description:*** This powerful Microsoft Windows application is specifically designed to assist developers and malware analysts with the analysis and manipulation of exported functions in Portable Executable (PE) files, particularly DLLs. With DLest, you can easily enumerate exported functions using a variety of methods, including drag and drop, opening a folder, or recursively scanning a folder with regular expression filtering to only include PE files with specific export function names. <br/>
|
||||
|
||||
|
||||
## Patcher
|
||||
|
@ -372,6 +372,13 @@ from = github
|
||||
local_version = v2.0.1
|
||||
re_download = GetSymbol.exe
|
||||
|
||||
[DLest]
|
||||
folder = ..\..\toolkit\Other\DLest
|
||||
url = DarkCoderSc/DLest
|
||||
from = github
|
||||
local_version = 1-0
|
||||
re_download = DLest(?:\S+).zip
|
||||
|
||||
[Windows Kernel Explorer]
|
||||
folder = ..\..\toolkit\Rootkits Detector\Windows Kernel Explorer
|
||||
url = https://github.com/AxtMueller/Windows-Kernel-Explorer
|
||||
|
BIN
toolkit/Other/DLest/DLest - 1-0.7z
Normal file
BIN
toolkit/Other/DLest/DLest - 1-0.7z
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user