Posted September 8, 201212 yr 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, 201212 yr by genuine_
September 8, 201212 yr you wont get it more conveniently wrapped up than TE.My advice: go for TE. Anything else smells like very much work.
September 8, 201212 yr 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.
September 12, 201212 yr Author 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.
September 12, 201212 yr I couldnt find the bookmark titan engine works quite well, the only problem is size.
Create an account or sign in to comment