gdbinit / pydbg64

PyDBG64 - OS X PyDbg with 64 bits support
http://reverse.put.as
70 stars 21 forks source link

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

Open DarthL opened 8 years ago

DarthL commented 8 years ago

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 ?

gdbinit commented 8 years ago

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

DarthL commented 8 years ago

@gdbinit Thx :D