DllUtility is a lightweight Windows tool that lists exported functions from a given DLL file. This is useful for reverse engineering, debugging, and malware analysis.
-
🗂 Lists all exported functions from a DLL
-
📜 Displays function ordinals & addresses
-
🎨 ImGui-based GUI for easy interaction
- Windows 10
- Microsoft Visual Studio (or MinGW)
- C++17 or later
- ImGui (included in source)
# Downlaod from Release section
# Open the solution file in Visual Studio
0x3xploit.sln
# Build the project using Visual Studio
2025-03-11.21-23-11.mp4
- Run the executable
- Select a DLL file
- View its exported functions, ordinals, and addresses
Feel free to submit issues, pull requests, or suggestions to improve this tool!