federicodotta / Brida

The new bridge between Burp Suite and Frida!
MIT License
1.64k stars 207 forks source link

[Rooting Check Bypass] not working. #70

Closed 24h7d closed 3 years ago

24h7d commented 3 years ago

I think the hook and function for Rooting Check Bypass is not working. with the same script that i found in androidDefaultHook.js and trying to use it in frida -U -l script.js -f package_name --no-pause its working perfectly to bypassing root checking mechanism.

When the Rooting Check Bypass enabled, there nothing log showing up in console. (as if I enabled the SSL Pinning bypass there are a lot of log).

I use Brida 0.4 and frida-compile 9.5.2

thanks for all attention.

federicodotta commented 3 years ago

Hi @24h7d,

the bug now should be fixed (commit c72aa30e4ee6aa55244a81413278b5c9ff395c10).

Please let me know if it works correctly.

I compiled a new pre-prelease up to the last commit. You can find the release here: https://github.com/federicodotta/Brida/releases/tag/v0.5pre

Thank you, Federico

federicodotta commented 3 years ago

Hi @24h7d,

I close the issue because it should be solved. Please open a new one if you have still issues.

Federico