8000 GitHub - 0x3xploit/DllUtility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0x3xploit/DllUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DllUtility

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.

Screenshot 2025-03-11 213854

  • 🗂 Lists all exported functions from a DLL

  • 📜 Displays function ordinals & addresses

  • 🎨 ImGui-based GUI for easy interaction

    📦 Installation

Build from Source

Requirements:

  • Windows 10
  • Microsoft Visual Studio (or MinGW)
  • C++17 or later
  • ImGui (included in source)

Build Steps:

# 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

🛠 Usage

  1. Run the executable
  2. Select a DLL file
  3. View its exported functions, ordinals, and addresses

📢 Contributing

Feel free to submit issues, pull requests, or suggestions to improve this tool!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0