珍惜
珍惜
java -jar oat2dex.jar aaa.odex print Not a vdex file I don't know. Because of what
2021-05-16 11:27:15.623 19903-19903/? I/Dobby: [*] [DobbyHook] Initialize at 0xee22b580 2021-05-16 11:27:15.623 19903-19903/? I/Dobby: [*] ================ FunctionInlineReplaceRouting Start ================ 2021-05-16 11:27:15.623 19903-19903/? I/Dobby: [*] Set trampoline target => 0xced1d015 2021-05-16 11:27:15.623...
I hope to implement it with C++ & and inlinehook
``` 2022-04-30 12:47:41.203 19404-19404/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 2022-04-30 12:47:41.203 19404-19404/? A/DEBUG: Build fingerprint: 'Redmi/alioth/alioth:11/RKQ1.200826.002/V12.5.19.0.RKHCNXM:user/release-keys' 2022-04-30 12:47:41.203...
``` /* Restore tracee's stack pointer now if it won't hit * the sysexit stage (i.e. when seccomp is enabled and * there's nothing else to do). * */ if...
I want to try to modify the return result of a method by seccomp with ptrace.I don t know if the proot supports it If you use (ptrace- > PTRACE_SYSCALL)...
Hello, great developer, I wanted to dig into the proot implementation. For example, why does proot need to process some socket functions? Where should I get these learning materials from?...
``` case PR_execve:{ status = 0; //status = translate_execve_enter(tracee); word_t arg1 = peek_reg(tracee, CURRENT, SYSARG_1); char temp1[PATH_MAX]; read_path(tracee, temp1, arg1); word_t arg2 = peek_reg(tracee, CURRENT,SYSARG_2); void * harg2 = alloca(sizeof...
Is there any way I can get the function where the tracee calls the svc ? I know the ptrace function of ptrace that can modify the register contents of...
Please describe what you did before the error occurred. **IMPORTANT!** If the error occurs with a specific APK file please attach or provide link to apk file! * Jadx version:...