VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VB Debugger/dependency viewer 0.2

Duncan Jones  (19 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Advanced   Wed 3rd February 2021

Purpose:
--------
A tool to allow you to attach a debugger to a process and be notified when debug events (such as a thread starting, a dll unloading etc.) occur and optionally to pause that application on such an event.
Demonstrates:
-------------
Using the windows API to attach to a process and read it's memory

Assumes
Use: ---- Firstly set the events (if any) that you want the application being debugged to be paused on. Then select an application to debug - you can either select from the list of already running applications, or browse for an application to launch under the control of the debugger. As the debug events occur the details will appear in the bottom pane. If you have selected to freeze the debugee application then you will have to press the "Continue" menu when you want to let it continue. The modules list in the right hand pane will be filled as modules load. To get extra information about a given module (for exampl,e the imports and exports listing) double click on it and a form will open for each running module.

Rate VB Debugger/dependency viewer 0.2 (3(3 Vote))

Download VB Debugger/dependency viewer 0.2

VB Debugger/dependency viewer 0.2 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters