Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A script to automate the Android reverse engineering

NotificationsYou must be signed in to change notification settings

avary/andpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A script to automate the Android reverse engineering. With one single command you can easily decompile or compile any APK. The application while in the compile mode, will sign the APK, uninstall the original version from your phone (if there is any version installed) and will also install the edited one. All with one single command.

Requirements

  • apktool
  • adb (Android SDK)
  • Bash (Shell Script)

Usage

Here is how to use the application to decompile an APK:

$ andpack d your.app.class.here

Where theyour.app.class.here is the name of the APK without it's extension (.apk)

And here is the way of using my script to compile a decompiled code:

$ andpack b your.app.class.here

Where theyour.app.class.here is the folder name, where all your decompiled files are

Don't forget to edit the variables$pass,$kalias and$keyst before using the application. What you need to add on each part is commented on the same line of the variables.

For educational purposes only

About

A script to automate the Android reverse engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp