HuskyDG / magisk-files

1.84k stars 77 forks source link

Banking app #136

Open Zulfi21 opened 2 months ago

Zulfi21 commented 2 months ago

Hello I have an issue with one banking app RBL mycard it's always detected root, no matter how, hide app to denylist, hide magisk, deleted twrp folder, integrity passed, I have done everything what possible but still that specific app detected root. Please help me out.

Device: Marble Android 14 HyperOS 1.0.2.0 Thanking you

abdogm commented 2 months ago

Hello I have an issue with one banking app RBL mycard it's always detected root, no matter how, hide app to denylist, hide magisk, deleted twrp folder, integrity passed, I have done everything what possible but still that specific app detected root. Please help me out.

Device: Marble Android 14 Miui 14 Thanking you

what ? since when miui 14 has android 14 ??? you mean android 13 right

Zulfi21 commented 2 months ago

HyperOS a14

xmdnx commented 1 month ago

what banking app do you use

bizdatech commented 1 month ago

Standard chartered and McDonald's and boost app

So far i got this 3 can't by passed.

Some how this boost app was able to use on old v1

I can't remember but definitely v2 r not able to use

xmdnx commented 1 month ago

try rebuilding magisk app with different name, mine banking app was detecting it

bizdatech commented 1 month ago

i was using this shortcut ask mgsk.

since u say this i redo now.

and still the same.

only above this 3 app are not working that i mention the rest no issues, with simple setup.

been google around , reddit like 2/10 of people install the addons are working.

so I'm the lucky 8 people in the list cant make it work

jewelsonn commented 1 month ago

Banking app scans the adb folder and other folder where the app files may reside. Please make the unique filename and db as similar as the unique package name of magisk so it doesn't detect it.

bizdatech commented 1 month ago

@jewelsonn something as below ???? that change all the package unit file?

hmm any1 have the ready apk for this haha... seems like so much steps.

Using GUIDs (Globally Unique Identifiers): GUIDs are long, globally unique identifiers that can be generated in various programming languages. For example, in C#, you can use: C#

var myUniqueFileName = string.Format(@"{0}.txt", Guid.NewGuid()); AI-generated code. Review and use carefully. More info on FAQ.This ensures uniqueness, but readability might be sacrificed1. Using DateTime Ticks: If you prefer shorter and more readable filenames, consider using DateTime.Now.Ticks. It provides a timestamp-based value that can be used as part of the filename: C#

var myUniqueFileName = string.Format(@"{0}.txt", DateTime.Now.Ticks); AI-generated code. Review and use carefully. More info on FAQ.Keep in mind that this approach may not be thread-safe in certain scenarios1. Combining Prefix and Random Alphanumeric Characters: Create a filename by combining a prefix (e.g., “MyApp”) with random alphanumeric characters. This approach strikes a balance between uniqueness and readability: C#

string ext = "dat"; string name = string.Format("{0}.{1}", RandomStringUtils.randomAlphanumeric(8), ext); AI-generated code. Review and use carefully. More info on FAQ.The RandomStringUtils class from Apache Commons Lang can generate random strings2.

xmdnx commented 1 month ago

soo McDonald's is renamed to Delicious — period in Russia, but their app still based on official McDonald's app. and it starts great without any hidings. Screenshot_20240601-030140

jewelsonn commented 1 month ago

Just download kotak 811 app (icon looks like 811)... There are two kotak app, a main and just one for 811 account. You don't even need an account to test this.. Launching it you can see the bubble message pop-up saying Root detected in 811 app but not in main kotak app

I reflashed my device and it was fine without root until I installed maybe shizuku or lucky patcher when both started started to detect something to close themselves.

Fortunately the main kotak app works in the clone system partition (a feature realme devices have) but 811 still detects something somewhere.

I have read an article long time ago where how they kind of detect root or something.

So we need either a module to isolate these apps from such detection or something else.