I want to hook calc.exe and get its api calling information, but I get the error that Failed setting breakpoint at 01012d6c (the type of error is pydbg.pdx.pdx)when I add hook. I search so much information but failed to solve. Could anyone tell me how to do? thanks!
Asked
Active
Viewed 92 times
0
-
Please ad your code. – Wojciech Kaczmarek Mar 04 '19 at 15:38
-
self.hooks.add(self.dbg, self.OEP, 0, self.oepBrakPointFunc, None). I catch the error at this position. – codelh7 Mar 05 '19 at 07:30
-
It is really close to impossible to get any clue on your problem without seeing *all* of your relevant code. Best if you attempt to write here a [minimal reproducible example](https://stackoverflow.com/help/mcve). – Wojciech Kaczmarek Mar 05 '19 at 11:34
-
After searching many solutions, I fixed it! Thanks anyway! – codelh7 Mar 06 '19 at 07:14