1 Star 0 Fork 9

cty901 / xposed

forked from Gitee 极速下载 / xposed 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
libxposed_dalvik.h 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef LIBXPOSED_DALVIK_H_
#define LIBXPOSED_DALVIK_H_
#define ANDROID_SMP 1
#include "Dalvik.h"
#include "libxposed_common.h"
namespace xposed {
#define XPOSED_OVERRIDE_JIT_RESET_OFFSET XPOSED_DIR "conf/jit_reset_offset"
struct XposedHookInfo {
struct {
Method originalMethod;
// copy a few bytes more than defined for Method in AOSP
// to accomodate for (rare) extensions by the target ROM
int dummyForRomExtensions[4];
} originalMethodStruct;
Object* reflectedMethod;
Object* additionalInfo;
};
} // namespace xposed
#endif // LIBXPOSED_DALVIK_H_
C/C++
1
https://gitee.com/cty901/xposed.git
git@gitee.com:cty901/xposed.git
cty901
xposed
xposed
master

搜索帮助