An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/awesome-apk-internals

Awesome APK Internals
https://github.com/cybersecurity-dev/awesome-apk-internals

List: awesome-apk-internals

apk-internals awesome awesome-list awesome-lists

Last synced: about 1 month ago
JSON representation

Awesome APK Internals

Awesome Lists containing this project

README

          

```mermaid
graph TD
A[APK] --> B[assets/]
A --> C[META-INF/]
C --> D[CERT.RSA]
C --> E[CERT.SF]
C --> F[MANIFEST.MF]
A --> G[lib/]
A --> H[res/]
A --> I[AndroidManifest.xml]
A --> J[classes.dex]
A --> K[resources.arsc]
```

# Awesome [APK](https://en.wikipedia.org/wiki/Apk_(file_format)) (*A*_ndroid_ *P*_ac_*k*_age_) Internals [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)


GitHub
 
YouTube
 
My Awesome Lists

##

### My Other Awesome Lists
You can access the my other awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)

### Contributing
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!

### Contributors
[Thanks goes to these contributors](https://github.com/cybersecurity-dev/awesome-apk-internals/graphs/contributors)!

[🔼 Back to top](#awesome-apk-android-package-internals-)