February 9th, 2010, 07:49 AM
|
#1 (permalink)
|
|
New Member
Join Date: Sep 2009
Posts: 9
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
[Guide] baksmali guide howto example
This is a lame quick way to unpack and pack a apk a bunch of apks using baksmali current as of 8:34 AM 2/9/2010
hxxp://rmccurdy.c0m/scripts/ quickbaksmali.zip
Code:
* requires java ! in %PATH% !
* just place the java_ee_sdk-5 folder to make it portable !
* put the APKS files in the folder APKS
* you (can) edit the job2.bat with your keytool/key info etc ..
* run the baksmali.bat
* make your changes etc
* run the smali.bat
you should see the updated \META-INF folder in the 'new' apk
and the classes.dex should be new.
-rmccurdy.com
reference:
hxxp://run.sh/comp/android.html
hxxp://forum.xda-developers.com/showthread.php?t=598396
hxxp://www.netmite.com/android/mydroid/dalvik/docs/dalvik-bytecode.html
hxxp://www.netmite.com/android/mydroid/dalvik/docs/instruction-formats.html
hxxp://media.pragprog.com/titles/eband2/code/eband2-code.tgz
|
|
|
Last edited by operat0r; February 9th, 2010 at 07:49 AM.
|
|