Categories |
|
---|---|
Website | ibotpeaches.github.io |
Based on our record, JADX seems to be more popular. It has been mentiond 27 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The best way is to just start practicing. I would say pick some simple apps on your (Android) phone and dig straight in. The great thing about Android applications is that often they generally decompile quite nice into human readable Java soo the barrier of entry can be quite low to start reversing. Grab a copy of JADX[1] - it will decompress and decompile the APK files. If you don't have an Android handset, use... - Source: Hacker News / 8 months ago
This may be overkill but you can use an oscilloscope to manually calculate the baudrate, i.e. Like this. It looks like it could be UART serial data, but this is a good resource to reference. Sometimes http is used as a means for communicating, and not necessarily directly to a browser see here. This is pretty common in embedded applications actually. You can try using dirbuster to see what hidden endpoints there... Source: 9 months ago
Jadx - skylot/jadx: Dex to Java decompiler (github.com) - Used for decompiling the apk - make the code readable. Source: 9 months ago
I realized when app is decompiled using JADX class names are recreated as shown in this screenshot of sample app. Source: 10 months ago
Not sure. I started reverse engineering Java apps very early in my life — initially it was J2ME games. Decompilers of the time sucked but that didn't stop me from modding Gravity Defied :P I honestly don't know what's a good way of getting started on reverse engineering. There's a bunch of everything about Windows executables in particular, including "crackmes", but native machine code is a level up from JVM... - Source: Hacker News / 11 months ago
APK Editor Studio - APK Editor Studio is an open-source Android application editor that allows you to edit APKs with the help of reverse engineering.
APK Studio - APK Studio is an open-source Integrated Development Environment that allows you to recompile and decompile Android applications with its unified interface.
Xposed Framework - Xposed Framework is an application that allows you to tweak and modify the Android system behavior without making changes to system apps.
JEB - JEB is an Android application decompiling tool that allows you to inspect and modify APKs.
APKInspector - APKInspector is an open-source application that you can use to lookup the Android APK information and get the app insights.
ShowJava - ShowJava is an app that allows you to decompile JAR, APK, and Dex files for Android OS.