smali
rootbeer
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
smali
-
I want to learn how to mod/crack apps like Balatan and other good modders. Where can I find guide to learn this?
In the past I've used 2 different methods. First was simply modifying the smali code to change values to what I want. For instance, instead of saving media to the internal SD card, I would save it to the external (for a 4WD GPS), or change the maximum amount of downloads from 10000 to 1000000.
-
SMALI, What's That?
If you access the smali github wiki, you will find this definition:
- Possivile violazione della licenza Apache 2.0 e MIT nell'applicazione CieID
-
[Tutorial] How to modify APK files for premium features
Next we need to decode/decompile the APK. So navigate to where you downloaded the APK and using Apktool decode Smart Audiobook Player using the decode argument. So our command will be apktool decode ak.alizandro.smartaudiobookplayer_2021-06-06.apk It will make a folder called ak.alizandro.smartaudiobookplayer_2021-06-06 which will contain all of the smali code (the 'assembly' language for DEX files - someone correct me with a better explanation please), the manifest.xml file of the APK, and all of the resources needed to compile our app back into a working APK file.
-
Web developer getting started with hacking android
If interested in reversing, you’ll need tools such as (https://ibotpeaches.github.io/Apktool/ ) and dex2jar (https://github.com/pxb1988/dex2jar) and jd-GUI (http://java-decompiler.github.io/) and I also highly recommend using smali (https://github.com/JesusFreke/smali) rather than trying to analyze the machine code if jd-GUI fails to recompile something back to the pseudo-Java. There’s actually a very good LinkedIn learning video on how to use all these tools together called Learning Android Malware Analysis, just get the trial or w/e and do the course then cancel.
rootbeer
-
[Apps] Advanced Root Checker Pro ($0.99 -> $0.49)
It looks like it's using the free RootBeer library to check for root, you get the same functionality with the free RootBeer s Sample app.
- Mildly Interesting - The Bevi branded drink machine at my office not only runs Android, but is requesting root 😂
-
Question Regarding Running Apps on User v. Userdebug AOSP Build Targets
Few apps are actually using SafetyNet or Play Integrity. Most of apps are using the RootBeer library (https://github.com/scottyab/rootbeer) to detect if a device is rooted or not.
- RootBeer – A tasty root checker [Android] library
-
Sapio: Android Open Source API compatibility
It's because you're phone is considered root by RootBeer: https://github.com/scottyab/rootbeer
-
Segurança para Apps em Flutter
Ele utiliza o RootBeer no Android e o DTTJailbreakDetection no iOS.
-
Securing React Native Application
Android Integration - Rootbear library helps in detection of rooted devices. Simply follow steps of installation and using React Native Native Module you can access Rootbear functions to detection of rooted devices.
-
Possivile violazione della licenza Apache 2.0 e MIT nell'applicazione CieID
rootbeer (Apache 2.0);
-
Test vs Release Keys for new builds shown in updater
I've read through Rootbeer and can't seem to figure out which might be the cause. I don't have any root masking apps installed either.
What are some alternatives?
OkHttp - Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
react-native-config - Bring some 12 factor love to your mobile apps!
owasp-mastg - The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
react-native-dotenv - Load react native environment variables using import statements for multiple env files.
Dexter - Android library that simplifies the process of requesting permissions at runtime.
zxing-android-embedded - Barcode scanner library for Android, based on the ZXing decoder
PinView - A PIN view library for Android. Use to enter PIN/OTP/password etc.
Picasso - A powerful image downloading and caching library for Android
DTTJailbreakDetection - A jailbreak detection library for iOS