Skip to content

Commit 8b113d4

Browse files
committed
format deploy.yml
1 parent 2df5968 commit 8b113d4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/main.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
'use strict';
22

33
import { Log } from './utils/logger.js';
4-
import { find_RegisterNatives } from './androidSystemLibrary/libart/RegisterNatives.js';
4+
// import { replaceKILL } from './common/bypassAntiFrida/kill.js';
5+
import { hook_jni } from './androidSystemLibrary/libart/jni_watch.js';
56

67
setImmediate(function main() {
78
Log.i(`main`, `Frida Injection successful!!!`);
@@ -33,7 +34,11 @@ function Watch() {
3334

3435
// // ### KernelHandler ###
3536
function KernelHandler(): void {
36-
find_RegisterNatives();
37+
// find_RegisterNatives();
38+
// hook_jni();
39+
40+
hook_jni();
41+
// replaceKILL()
3742
}
3843

3944
// // ### ObjCHandler ###

0 commit comments

Comments
 (0)