https://github.com/horsicq/xdex
https://github.com/horsicq/xdex
android dex hacktoberfest hacktoberfest2021 reverse-engineering
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/horsicq/xdex
- Owner: horsicq
- License: mit
- Created: 2020-07-01T07:21:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-01T22:54:46.000Z (7 months ago)
- Last Synced: 2025-09-02T00:26:14.117Z (7 months ago)
- Topics: android, dex, hacktoberfest, hacktoberfest2021, reverse-engineering
- Language: C++
- Homepage:
- Size: 155 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XDEX
Programs for Android are commonly written in Java and compiled to bytecode for the Java virtual machine,
which is then translated to **Dalvik bytecode** and stored in .dex (**Dalvik EXecutable**)
and .odex (**Optimized Dalvik EXecutable**) files;
related terms odex and de-odex are associated with respective bytecode conversions.
The compact **Dalvik Executable** format is designed for systems that are constrained
in terms of memory and processor speed.