Android Reverse Engineering
Today We start Android Reverse Enginnering By Using Simple Method To get Source Code Of Any Android App.
Lets Start
Download
Then Extract It
After That
Open That Folder in Terminal
Now
cd jadx
./gradlew dist
This Will Take Time for gradle build and gradle download
After That
You Can now run command
build/jadx/bin/jadx-gui
It Open A Gui window .
Now you can open your app and see the source codes.
No comments:
Post a Comment