https://github.com/nukem9/virtualdbg
Test code only. Not reliable for actual use.
https://github.com/nukem9/virtualdbg
Last synced: about 1 year ago
JSON representation
Test code only. Not reliable for actual use.
- Host: GitHub
- URL: https://github.com/nukem9/virtualdbg
- Owner: Nukem9
- Created: 2015-07-18T03:33:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T18:09:52.000Z (over 10 years ago)
- Last Synced: 2025-03-19T01:05:17.268Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 107 KB
- Stars: 61
- Watchers: 7
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VirtualDbg #
### Debugging without the debugger ###
Intel's hardware virtualization allows for transparent code interception on any part of this system. This is used to intercept a single process in the same manner as a debugger. However, Windows does not know this is a "debugger" in the normal sense.