标签:
http://samdmarshall.com/re.html
These are very important guides for understanding the debugging process and how applications work.
Mac OS X and iOS use Mach-O file format for executable binaries and shared libraries. It supports multiple architectures in one binary file (Universal or fat binaries).
Guides and introductory material to binary analysis.
Calling conventions define how functions and subroutines receive the parameters passed to them from the calling function.
Language specific knowledge is often required to understand what is going on behind the scenes.
Collection of blogs and reading resources that give deep insight into how many aspects of languages and system functionality.
标签:
原文地址:http://www.cnblogs.com/Reverser/p/4496984.html