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 0000000000000000000000000000000000000000..03b63232e872262afea19c558929180a94dd045c --- /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