pydbg64 icon indicating copy to clipboard operation
pydbg64 copied to clipboard

bp_set doesn't work in OS X EI Capitan??

Open DarthL opened this issue 9 years ago • 2 comments

I am reading the book 'the-mac-hackers-handbook' and very interesting in pydbg64. I downloaded this code and tested my program, I find it will crash when calling the bp_set .I guess the reason is the memory of code is not writable and the function will replace the byte in the address with "0xcc", right? So,how to fix it ?

DarthL avatar Apr 29 '16 12:04 DarthL

No idea, this is abandoned software. Fixing it should be a good exercise if you want to learn the internals of OS X.

gdbinit avatar Apr 29 '16 12:04 gdbinit

@gdbinit Thx :D

DarthL avatar May 06 '16 09:05 DarthL