Originally posted by elmo.
Baksmali means disassembler in Icelandic language and it is used to dissassemble a dex file.
Prerequisite:
JDK (java development kit) needs to be installed in your system.
Download:
baksmali-x.x.x.jar
Syntax:
1. go to the folder where you downloaded baksmali
2. open a command prompt
3. type and execute "java -jar baksmali-x.x.x.jar <location of dex file>"
e.g. d:\tools>java -jar baksmali-1.3.2.jar d:\test\classes.dex
4. the dissassembled file is located in the "out" folder located in the baksmali directory
Thursday, March 1, 2012
Baksmali
Posted on Thursday, March 01, 2012 by Red Horse
| No comments
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment