package parser
- Alphabetic
- Public
- Protected
Type Members
- class ApkParser extends AnyRef
Parses an APK file and generates a Project for it.
Parses an APK file and generates a Project for it.
The generated Project contains the APK's Java bytecode, its native code and its components / entry points.
Following external tools are utilized:
- enjarify or dex2jar (for creating .jar from .dex)
- RetDec (for lifting native code to LLVM IR)
- case class ApkParserException(message: String, cause: Throwable = null) extends Exception with Product with Serializable