From d0cc0a358c8407f46274559ade47cbf652f409a1 Mon Sep 17 00:00:00 2001 From: Knine Date: Mon, 25 Mar 2024 11:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Frida=E3=80=91=E3=80=90Android?= =?UTF-8?q?=E3=80=9101=5F=E6=89=8B=E6=8A=8A=E6=89=8B=E6=95=99=E4=BD=A0?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index.js" | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 "course/frida-android/01_\346\211\213\346\212\212\346\211\213\346\225\231\344\275\240\347\216\257\345\242\203\346\220\255\345\273\272/index.js" diff --git "a/course/frida-android/01_\346\211\213\346\212\212\346\211\213\346\225\231\344\275\240\347\216\257\345\242\203\346\220\255\345\273\272/index.js" "b/course/frida-android/01_\346\211\213\346\212\212\346\211\213\346\225\231\344\275\240\347\216\257\345\242\203\346\220\255\345\273\272/index.js" new file mode 100644 index 0000000..03b6323 --- /dev/null +++ "b/course/frida-android/01_\346\211\213\346\212\212\346\211\213\346\225\231\344\275\240\347\216\257\345\242\203\346\220\255\345\273\272/index.js" @@ -0,0 +1,5 @@ +// frida.exe -U -l .\01_手把手教你环境搭建\index.js -N com.example.network + +Java.perform(function() { + console.log("[*] 开始执行 Hello World"); +}); \ No newline at end of file -- GitLab