Jump to content
Tuts 4 You

Looking for a light weight debugging engine API


genuine_

Recommended Posts

Posted (edited)

Hey guys, Im looking to see if there is a light weight C/C++ debugging engine api for Windows out there? Something capable of handling BP's and such, nothing fancy, this is for a small PoC tool im working on and was wondering before i decided if i needed to just write a small debugging engine on my own. I am only aware of TitanEngine which has such an interface, but TitanEngine is abit much for this purpose. Thank you.

Edited by genuine_
Posted

you wont get it more conveniently wrapped up than TE.

My advice: go for TE. Anything else smells like very much work.

Posted

you could use the titan engine source and only compile the needed parts in your code...

I will also search in my bookmarks, I believe there is a good example.

Posted

ok thanks Exodia, yea deepzero the more i look around the less i see anything other than titanengine, Ive already got a static build of the titan library built, so if there are no other alternatives, i may just go with it.

Posted

I couldnt find the bookmark :(

titan engine works quite well, the only problem is size.

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...