Add DLest + update docs

This commit is contained in:
DSR! 2022-12-24 20:47:02 -03:00
parent f35f883833
commit 6312d04494
5 changed files with 29 additions and 1 deletions

View File

@ -6,6 +6,7 @@
### Added
- Add GetSymbol
- Add DLest
### Changed

View File

@ -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

View File

@ -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

View File

@ -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

Binary file not shown.