Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
R
RatelApi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ratel
RatelApi
Commits
ee4c56ae
Commit
ee4c56ae
authored
Dec 21, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
native helper
parent
e5cdeeac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
NativeHelper.java
src/main/java/com/virjar/ratel/api/NativeHelper.java
+1
-1
RatelToolKit.java
src/main/java/com/virjar/ratel/api/RatelToolKit.java
+5
-0
No files found.
src/main/java/com/virjar/ratel/api/NativeHelper.java
View file @
ee4c56ae
...
...
@@ -37,7 +37,7 @@ public interface NativeHelper {
* @param size 数据大小
* @return dump的数据内容
*/
byte
[]
dumpMemory
(
long
start
,
int
size
);
byte
[]
dumpMemory
(
long
start
,
long
size
);
/**
* 监控应用程序的读写操作
...
...
src/main/java/com/virjar/ratel/api/RatelToolKit.java
View file @
ee4c56ae
...
...
@@ -118,6 +118,11 @@ public class RatelToolKit {
public
static
RatelUnpack
ratelUnpack
=
null
;
/**
* native层相关的工具类,方便进行so相关逻辑逆向
*/
public
static
NativeHelper
nativeHelper
=
null
;
/**
* 当前app运行在那个引擎下
*/
@RatelEngineVersion
(
RatelEngineHistory
.
V_1_3_9
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment