摘要:
src:https://developer.apple.com/library/mac/qa/qa1176/_index.htmlTechnical Q&A QA1176Getting a Packet TraceQ: I'm trying to debug a network problem. How do I get a packet trace?A:This depends on you... 阅读全文
摘要:
from appleIn general, iOS adheres to the generic ABI specified by ARM for the ARM64 architecture. However there are some choices to be made within that framework, and some divergences from it. This do... 阅读全文
摘要:
link:http://www.praetorian.com/blog/building-a-basic-fuzzer-with-gdb-the-five-minute-gdb-scripting-tutorialA few weeks ago, I built a basic fuzzer in GDB for an iPhone application I was testing and I ... 阅读全文