Mario Vilas

Results 111 comments of Mario Vilas

I would be really happy with that :D can't do it myself though. I agree that the more interfaces the better, as they all tend to break over time -...

Hi! It should work exactly the same as in 32 bits, since that part is really handled by the Win32 API. Can you post a full example so I can...

I'm guessing older versions of Windows always had the same granularity, and that changed later?

Hi, The watch_buffer method does not have a return value - it will always return None, that's normal. As for the reason why the access callback is never called, I'll...

PS: sorry for the late reply, I seem to be always busy lately :(

Oops, that should not be there. The buffer watch identifier thing was meant to be internally used only. I'll fix the docs... It was never actually returned by that method,...

Hi! Not entirely sure what causes the bug in the first place, I'd rather fully understand the problem before applying a pull request. Can you send me a proof of...

Hi! Sorry for not working on this at all for so long, but to be honest, it's such a weird corner case... no debugger actually does this, you're supposed to...

Hi! Thanks for the bug report. Can you provide any way to reproduce this problem so I can work on it?

Also TBH I'm not entirely sure why would kernel32.dll ever be unloaded... perhaps you are debugging an NT native binary?