1 Star 0 Fork 0

章勇/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_
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zyygl/Xposed.git
git@gitee.com:zyygl/Xposed.git
zyygl
Xposed
Xposed
master

搜索帮助