Commit ee4c56ae authored by Administrator's avatar Administrator

native helper

parent e5cdeeac
...@@ -37,7 +37,7 @@ public interface NativeHelper { ...@@ -37,7 +37,7 @@ public interface NativeHelper {
* @param size 数据大小 * @param size 数据大小
* @return dump的数据内容 * @return dump的数据内容
*/ */
byte[] dumpMemory(long start, int size); byte[] dumpMemory(long start, long size);
/** /**
* 监控应用程序的读写操作 * 监控应用程序的读写操作
......
...@@ -118,6 +118,11 @@ public class RatelToolKit { ...@@ -118,6 +118,11 @@ public class RatelToolKit {
public static RatelUnpack ratelUnpack = null; public static RatelUnpack ratelUnpack = null;
/** /**
* native层相关的工具类,方便进行so相关逻辑逆向
*/
public static NativeHelper nativeHelper = null;
/**
* 当前app运行在那个引擎下 * 当前app运行在那个引擎下
*/ */
@RatelEngineVersion(RatelEngineHistory.V_1_3_9) @RatelEngineVersion(RatelEngineHistory.V_1_3_9)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment