Information Technology Reference
In-Depth Information
AndroidManifest.xml : This contains information about the permissions
and more
classes.dex : This is the class file converted to a dex file by the dex compiler
Res : The application's resources, such as the image files, sound files, and more,
are present in this directory
Lib : This contains native libraries that the application may use
META-INF : This contains information about the application's signature and
signed checksums for all the other files in the package.
Once the APK file is obtained, you can proceed to reverse engineer the Android applica-
tion.
Search WWH ::




Custom Search