pyler
pyler
pm list packages use the normal Android API, so no need to modify exec so if it's run by a library in an app, it will have the same UID...
And https://github.com/NHellFire/librootcloak/pull/1 we patched all native calls. Now I will do on UI :D
Please test https://github.com/devadvance/rootcloak/pull/70
Compile test build with my patch, install devadvance's root inspector. Then run RootCloak-Native App Hooking, install lib on first run, and enable RootInspector in provided setting. Then run RootInspector and...
Rootbear native just check for su paths using fopen - fine, we did it. Port rootcloak plus library would be best, I think.
fstat is not needed, I believe. convert fd to filename, meh :dancer: https://github.com/devadvance/rootcloak/pull/73
@devadvance v3.0-beta_20160724_1 is broken. Regex thing broke it, sadly I dont fetch that commit so I wasnt able to see it until now. root@vbox86p:/ # cd /data/local LD_PRELOAD=./librootcloak.so date Segmentation...
regcomp causes it since I comment it and it started working.
temporary workaround is just comment it for now, see patch https://github.com/devadvance/rootcloak/pull/88 and re-release beta. @NHellFire can you check it for possible future fix?
@devadvance also I added auto library updater to update binary in /data/local everytime RootCloak app is updated. Handy I think. https://github.com/devadvance/rootcloak/pull/87