Android,Linux的一些资源

 ELF文件格式

1. ELF文件格式分析
http://os.pku.edu.cn:8080/gaikuang/submission/TN05.ELF.Format.Summary.pdf

2. Executable and Linkable Format(ELF)
http://www.skyfree.org/linux/references/ELF_Format.pdf

Linux Injectso

 

1. injectso-Modifying and Spying on running processes under Linux and Solaris
http://www.blackhat.com/presentations/bh-europe-01/shaun-clowes/bh-europe-01-clowes.ppt

2. 共享库注射-injectso实例
http://www.xfocus.net/articles/200208/438.html

3. Code Injection into Running Linux Application
http://www.codeproject.com/Articles/33340/Code-Injection-into-Running-Linux-Application

Linux API Hook

 

1. Redirecting functions in shared ELF libraries
http://www.codeproject.com/Articles/70302/Redirecting-functions-in-shared-ELF-libraries

2. PLT redirection through shared object injection into a running process
http://www.codeproject.com/Articles/30824/PLT-redirection-through-shared-object-injection-in

Android Binder IPC

 

1. Android深入简出之Binder机制
http://www.cnblogs.com/innost/archive/2011/01/09/1931456.html

2. Android Binder设计与实现-设计篇
http://disanji.net/2011/02/28/android-bnder-design/

3. 老罗的Binder分析系列文章
http://blog.csdn.net/luoshengyang/article/details/6618363

你可能感兴趣的:(android,linux)