文件名称:Android.LibInject
介绍说明--下载内容均来自于网络,请自行研究使用
Android平台上的注入代码LibInject
处理器是arm的,需要额外处理一些东西
整体流程分3步
1.在目标进程中分配内存,用来写shellcode和参数
2.往目标进程中写入shellcode, shellcode会调用dlopen来载入我们的library
3.运行目标进程中的shellcode-Into the code on the Android platform LibInject processor is the arm of the need for additional processing something the whole process in three steps 1 to allocate memory in the target process, and parameters used to write shellcode 2 to the target process to write shellcode, shellcode will calls dlopen to load our library 3. shellcode to run the target process
处理器是arm的,需要额外处理一些东西
整体流程分3步
1.在目标进程中分配内存,用来写shellcode和参数
2.往目标进程中写入shellcode, shellcode会调用dlopen来载入我们的library
3.运行目标进程中的shellcode-Into the code on the Android platform LibInject processor is the arm of the need for additional processing something the whole process in three steps 1 to allocate memory in the target process, and parameters used to write shellcode 2 to the target process to write shellcode, shellcode will calls dlopen to load our library 3. shellcode to run the target process
(系统自动生成,下载前可以参看下载内容)
下载文件列表
inject.c
inject.h
shellcode.s
inject.h
shellcode.s