Jump to content
Tuts 4 You

VB.NET 2008 Simple Debugger CORE


Kurapica

Recommended Posts

This is an old Project to create a debugger core using VB.NET 2008

ofc it's not the best choice to code a debugger not because it's weak ! but because

VB.NET doesn't support unsafe code like C# so you will have to add extra lines of

code to pass structures between managed and native code.

this Project requires some knowledge of Marshaling techniques, i.e passing data

structures between native and managed code.

I hope someone will find it useful

all comments are welcome ofc

P.S : It won't work on XP because I used a new API which is only supported by Vista

and later OS, this API is "GetFinalPathNameByHandleW" ofc it can be wrapped using

some other techniques to port the code to Windows XP.


/>http://portal.b-at-s.net/news.php

vbnet_debugger.PNG

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...