.SMALI 파일 확장자
Android Smali Assembly Language File
| 개발사 | |
| 인기도 |
3.8 | 18 투표 |
SMALI 파일이란 무엇인가요?
Developer file written in Smali, the assembly language used by the Android Dalvik Virtual Machine; usually created by decompiling .DEX (Dalvik Executable) files, which are the executables included in Android apps (.APK files); usually used for low-level inspection of an Android app's contents, or for hacking Android apps.
추가 정보
You can decompile a DEX file into its corresponding SMALI files using baksmali, a program included with the smali package. For reading SMALI files, there is a Smali syntax highlighting addon for Notepad++ distributed by the Android Cracking blog.
참고: "Smali" stands for assembler in Icelandic. Iceland has a village named Dalvik from which the Dalvik Virtual machine was named. Similarly, "Baksmali" stands for disassembler.
SMALI 파일을 여는 프로그램
Windows
Other text editor
Mac
OS에 포함됨
Other text editor