¡@

Home 

2014/10/16 ¤W¤È 08:24:23

android Programming Glossary: smali

Decompile an APK, modify it and then recompile it

http://stackoverflow.com/questions/12370326/decompile-an-apk-modify-it-and-then-recompile-it

an other solution is to use apktool and then modify the smali files but it seems to be really complicated when we want to..

Decompile .smali files on an apk

http://stackoverflow.com/questions/5582824/decompile-smali-files-on-an-apk

.smali files on an apk sorry for the nooby questions. I downloaded.. files. But it only unpacks it and doesn't decompile the .smali file to .java. Is it possible to decompile the .smali to .java... the .smali file to .java. Is it possible to decompile the .smali to .java. Any help would be much appreciated I really need it..

What's the best way to learn Smali (and how/when to use Dalvik VM opcodes)?

http://stackoverflow.com/questions/5656804/whats-the-best-way-to-learn-smali-and-how-when-to-use-dalvik-vm-opcodes

best way to learn how to hack Smali java android dalvik smali share improve this question UPDATE As I promised yesterday.. little bit http androidcracking.blogspot.com search label smali This is the best one. I even asked the guy a question and he.. table good reference http webchat.freenode.net channels smali I never tried it but it's on the google code page of the baksmali..

Android Obfuscation for code as well as resources

http://stackoverflow.com/questions/5666174/android-obfuscation-for-code-as-well-as-resources

shows less easy to read xml code 2 it creates much longer smali files which are not easy to follow to begin with consider that.. to follow to begin with consider that the variables in the smali file do not have names but numbers and are reused several times.. the use of hex IDs that are very easily searchable on the smali file using the table from public.xml. When I was porting the..

Injecting code into APK

http://stackoverflow.com/questions/5829424/injecting-code-into-apk

but there's a whole folder of Amazon classes inside the smali tree. The mechanisms that Amazon uses largely exceed my very.. to check for the drm. Method apktool d xxx.apk cd xxx smali grep RHin 'amazon' Findings First you might want to take a look.. drmFull Z That class Kiwi is references in every original smali file in the app. Example .method public onCreate Landroid os..

What are ODEX files in Android?

http://stackoverflow.com/questions/9593527/what-are-odex-files-in-android

theme reodex release. To actually deodex use small and baksmali http code.google.com p smali wiki DeodexInstructions share..

Decompile an APK, modify it and then recompile it

http://stackoverflow.com/questions/12370326/decompile-an-apk-modify-it-and-then-recompile-it

to be how to recompile the java files for android I know that an other solution is to use apktool and then modify the smali files but it seems to be really complicated when we want to add a lot of code My application is a basic a HelloWorld whitout..

Decompile .smali files on an apk

http://stackoverflow.com/questions/5582824/decompile-smali-files-on-an-apk

.smali files on an apk sorry for the nooby questions. I downloaded an apk manager that lets me unpack an .apk files. But it only.. I downloaded an apk manager that lets me unpack an .apk files. But it only unpacks it and doesn't decompile the .smali file to .java. Is it possible to decompile the .smali to .java. Any help would be much appreciated I really need it as a.. an .apk files. But it only unpacks it and doesn't decompile the .smali file to .java. Is it possible to decompile the .smali to .java. Any help would be much appreciated I really need it as a reference for my final semester project. java android..

What's the best way to learn Smali (and how/when to use Dalvik VM opcodes)?

http://stackoverflow.com/questions/5656804/whats-the-best-way-to-learn-smali-and-how-when-to-use-dalvik-vm-opcodes

either for a virtual machine or a real one. What's the best way to learn how to hack Smali java android dalvik smali share improve this question UPDATE As I promised yesterday I added some more links to the list. Ufff. Not much documentation.. right Now there are a few places out there that wil lhelp a little bit http androidcracking.blogspot.com search label smali This is the best one. I even asked the guy a question and he answered very quickly so go and take a look. http pallergabor.uw.hu.. androidblog dalvik_opcodes.html Very comprehensive table good reference http webchat.freenode.net channels smali I never tried it but it's on the google code page of the baksmali author http code.google.com p smali http forum.xda developers.com..

Android Obfuscation for code as well as resources

http://stackoverflow.com/questions/5666174/android-obfuscation-for-code-as-well-as-resources

the exposure of your code in three ways 1 the obvious it shows less easy to read xml code 2 it creates much longer smali files which are not easy to follow to begin with consider that the variables in the smali file do not have names but numbers.. 2 it creates much longer smali files which are not easy to follow to begin with consider that the variables in the smali file do not have names but numbers and are reused several times thus making them even harder to understand. V1 can be a.. then an int and then a private static method. 3 it reduces the use of hex IDs that are very easily searchable on the smali file using the table from public.xml. When I was porting the TouchWiz framework to some custom ROMs I even made a small..

Injecting code into APK

http://stackoverflow.com/questions/5829424/injecting-code-into-apk

tonight and decompiled it. You won't find much in the manifest but there's a whole folder of Amazon classes inside the smali tree. The mechanisms that Amazon uses largely exceed my very limited understanding but I can point you to some data. Update.. order to function so the classes below uses some amazon activity to check for the drm. Method apktool d xxx.apk cd xxx smali grep RHin 'amazon' Findings First you might want to take a look at .class public Lcom amazon mas kiwi util ApkHelpers with.. android Kiwi with a quite obvious field .field private final drmFull Z That class Kiwi is references in every original smali file in the app. Example .method public onCreate Landroid os Bundle V .locals 1 invoke virtual p0 p1 Lxxx xxxx Xxxx xxxxXxxxx..

What are ODEX files in Android?

http://stackoverflow.com/questions/9593527/what-are-odex-files-in-android