Coder Social home page Coder Social logo

Comments (6)

USLTD avatar USLTD commented on June 16, 2024

I disabled every module temporarily and manually removed busybox without any problem.

from builtin-busybox.

zgfg avatar zgfg commented on June 16, 2024

Uninstall as any other module - there is an option in the Magisk app

If using Magisk, please be familiar with minimal basic things like how to use the Magisk app

from builtin-busybox.

zgfg avatar zgfg commented on June 16, 2024

Besides, from the checkers like RootBeer Sample or Fresh, Oprek, TB-Checker, etc (like from any real 'banking' and similar apps), you have to hide root

Put RootBeer (Oprek, TB-Checker)
Screenshot_2023-01-30-22-38-53-728_com godevelopers OprekCek
Screenshot_2023-01-30-22-40-36-180_krypton tbsafetychecker
to DenyList and it won't find Magisk neither the BusyBox:
Screenshot_2023-01-30-21-49-45-750_com scottyab rootbeer sample
Screenshot_2023-01-30-21-57-32-392_com kimchangyoun rootbeerFresh sample

from builtin-busybox.

USLTD avatar USLTD commented on June 16, 2024

Uninstall as any other module - there is an option in the Magisk app

Reason why I asked is that even after uninstallation busybox binary remains in installation path. Reason is lack of removal script which is called uninstall.sh which should include functionality to completely remove modifications caused by module.
See magisk modules to understand what I mean.

If using Magisk, please be familiar with minimal basic things like how to use the Magisk app

Care to explain why do you think that I am not familiar with Magisk manager and it's module system?

from builtin-busybox.

USLTD avatar USLTD commented on June 16, 2024

Besides, from the checkers like RootBeer Sample or Fresh, Oprek, TB-Checker, etc (like from any real 'banking' and similar apps), you have to hide root

Put RootBeer (Oprek, TB-Checker) Screenshot_2023-01-30-22-38-53-728_com godevelopers OprekCek Screenshot_2023-01-30-22-40-36-180_krypton tbsafetychecker to DenyList and it won't find Magisk neither the BusyBox: Screenshot_2023-01-30-21-49-45-750_com scottyab rootbeer sample Screenshot_2023-01-30-21-57-32-392_com kimchangyoun rootbeerFresh sample

I know that but adding to Magisk's Deny List doesn't have any effect because module is installed in /system/(x)bin/ directory which every application can easily check whether it contains busybox binary or not.

from builtin-busybox.

zgfg avatar zgfg commented on June 16, 2024

Uninstall from Magisk app and reboot (phone must be rebooted when modules are uninstallwd)
Magisk will remove the module's folder
/data/adb/modules/BuiltIn-BusyBox

and Magisk will no more mount BusyBox applets from
/data/adb/modules/BuiltIn-BusyBox/system/xbin
to
/system/xbin

This is the point with Sysremless modules - this module itself does not change anything else, anywhere - it only installs to that folder and when module is uninstalled, Magisk deletes that folder and there is nothing else to be cleaned by uninstall.sh script, since the module did not leave its garbage anywhere else

If you see
/data/adb/magisk/BusyBox

or
/data/unencrypted/MAGISKBIN/BusyBox

That BB was not was not installed by the modele - that BB was installed as part of Magisk installation itself
(second path above is BusyBox installed by Magisk Delta - Delta installs to
/data/unencrypted/MAGISKBIN
and links to
/data/adb/magisk

from builtin-busybox.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.