genuine_ Posted September 8, 2012 Posted September 8, 2012 (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 September 8, 2012 by genuine_
deepzero Posted September 8, 2012 Posted September 8, 2012 you wont get it more conveniently wrapped up than TE.My advice: go for TE. Anything else smells like very much work.
mrexodia Posted September 8, 2012 Posted September 8, 2012 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.
genuine_ Posted September 12, 2012 Author Posted September 12, 2012 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.
mrexodia Posted September 12, 2012 Posted September 12, 2012 I couldnt find the bookmark titan engine works quite well, the only problem is size.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now