• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps [Guide] baksmali guide howto example

operat0r

Lurker
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
 
Back
Top Bottom