https://github.com/bfjesso/hex-investigator
GUI memory searcher for Windows
https://github.com/bfjesso/hex-investigator
cpp gui reverse-engineering windows wxwidgets
Last synced: 8 months ago
JSON representation
GUI memory searcher for Windows
- Host: GitHub
- URL: https://github.com/bfjesso/hex-investigator
- Owner: bfjesso
- License: gpl-3.0
- Created: 2023-08-04T15:02:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T00:38:46.000Z (about 1 year ago)
- Last Synced: 2025-04-10T20:18:42.657Z (12 months ago)
- Topics: cpp, gui, reverse-engineering, windows, wxwidgets
- Language: C++
- Homepage:
- Size: 39.9 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hex Investigator
Hex Investigator is a memory searcher for Windows. It uses the Windows API to access process memory for both reading and writing from user mode. Its primary use is to scan a process's memory for a specific value, but it also has other features. Using Hex Investigator, you can set hardware breakpoints, dissassemble machine code, scan for pointers, and more.
# Installation
There is a precompiled executable in the build folder already. If you want, you can also build it yourself with Microsoft Visual Studio and wxWidgets installed.
# Usage
Once running, you will be able to use Hex Investigator through the GUI. Clicking on the "P" in the top left corner will allow you to select a process that is currently running and open a handle to it.

# Dependencies
GUI made using wxWidgets
https://www.wxwidgets.org/
Zydis amalgamated release used for disassembly
https://github.com/zyantific/zydis/releases