https://github.com/tandasat/win32_debugout
Shows debug strings on DebubView from an attached process by win32_remote.exe.
https://github.com/tandasat/win32_debugout
Last synced: 5 months ago
JSON representation
Shows debug strings on DebubView from an attached process by win32_remote.exe.
- Host: GitHub
- URL: https://github.com/tandasat/win32_debugout
- Owner: tandasat
- License: mit
- Created: 2013-10-10T15:05:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-17T21:18:52.000Z (about 12 years ago)
- Last Synced: 2025-04-08T10:31:29.314Z (9 months ago)
- Language: C++
- Homepage:
- Size: 160 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
win32_debugout
==============
This DLL shows debug strings on DebubView from an attached process by
win32_remote.exe. It solves the problem that you cannot see debug strings from
a debugee process on DebugView when you are remotely debugging it with IDA Pro.
Usage
-----------------
1. Launch DebugView and enable Capture Win32,
- Inject this DLL to win32_remote.exe with your favorite tool.
- Confirm the string "DLL installation succeeded." on DebugView.
Then, DebugView will show debug strings as well as an Output Window on IDA Pro.
Note
-----------------
This DLL can work only when:
- win32_remote.exe is not being affected by ASLR (usually on XP)
- win32_remote.exe is one that is included in IDA Pro 6.4