https://github.com/hyperdbg/reddbg
Hypervisor-based debugger for AMD processors
https://github.com/hyperdbg/reddbg
Last synced: about 1 year ago
JSON representation
Hypervisor-based debugger for AMD processors
- Host: GitHub
- URL: https://github.com/hyperdbg/reddbg
- Owner: HyperDbg
- License: gpl-3.0
- Created: 2023-10-07T10:11:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T11:30:57.000Z (about 2 years ago)
- Last Synced: 2025-04-24T06:48:37.796Z (about 1 year ago)
- Language: C++
- Size: 31.8 MB
- Stars: 52
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## _RedDbg_ TO DO LISTS:
- ## First release
- Support for basic debugger commands and CLI creation
- Refinement of the tracer for its ability to quickly creation of trace routes of cryptors/packers and similar things with huge loops
- Refinement of transparent mode to HyperDbg state
- Revision of support for most breakpoints(like UD, int3, 0xFA and etc) and support for hardware breakpoints
- Hyperlog project support
- Elimination of most bugs.
- ## Long-term plans
- Advanced functionality of the debugger commands, a CLI interface on FTXUI, as well as a full-fledged GUI interface
- Support for most samples for fast tracing and their subsequent deobfuscation.
- A full-fledged of PE rebuilder for removing non-executable code in PE files
- Extended support for transparent mode
- Support of Ring 3 breakpoints like 0xEBFE, etc.
- Remote debugging support.
- MTF emulation
- Plugins support
- Script engine project support from hyperdbg
- OEP finder
- RedDbg SDK creation
- And much more