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
- Host: GitHub
 - URL: https://github.com/cybersecurity-dev/awesome-apk-internals
 - Owner: cybersecurity-dev
 - License: cc0-1.0
 - Created: 2025-09-30T21:06:04.000Z (about 1 month ago)
 - Default Branch: main
 - Last Pushed: 2025-09-30T22:31:18.000Z (about 1 month ago)
 - Last Synced: 2025-10-01T00:12:03.660Z (about 1 month ago)
 - Topics: apk-internals, awesome, awesome-list, awesome-lists
 - Homepage:
 - Size: 8.79 KB
 - Stars: 0
 - Watchers: 0
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
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 [](https://awesome.re)
##
### 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-)