DarthTon / Blackbone

Windows memory hacking library
MIT License
4.87k stars 1.34k forks source link

All breakpoint methods from CheatEngine #26

Open Random234678 opened 9 years ago

Random234678 commented 9 years ago

Hello,

Can You add all features from CheatEngine to this project? CheatEngine have very good breakpoint methods with works on every game that i tried. I'm asking because game that i'm playing somehow deletes all hw breakpointes every time method is called (probably clears CONTEXT of stack) and ofc breakpoints from Cheatengine works everytime.

If not, just throw this "Issue" to trash.

ghost commented 9 years ago

Try default int3 breakpoints. Otherwise I believe I need to implement VEH debugger at first.

Arcanaeum commented 9 years ago

The ability to make a VEH hook would be really useful. I was going to submit this as a suggestion a little while ago, actually, but then rolled my own solution.

Random234678 commented 9 years ago

Any memory edition is detected by memory scanner, int3 is overwritten over and over and after 10 seconds game crashes. All what i can do is hook at end of the function but i need to edit params first so it's not a solution