https://github.com/LSPosed/DexBuilder
Generate dex file by c++
https://github.com/LSPosed/DexBuilder
Last synced: about 1 year ago
JSON representation
Generate dex file by c++
- Host: GitHub
- URL: https://github.com/LSPosed/DexBuilder
- Owner: LSPosed
- License: lgpl-3.0
- Created: 2021-02-24T05:58:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T16:08:52.000Z (over 1 year ago)
- Last Synced: 2025-03-21T15:14:26.425Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 136 KB
- Stars: 161
- Watchers: 5
- Forks: 60
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DexBuilder
c++ dex builder for replacement with [dexmaker](https://github.com/linkedin/dexmaker).
Most of them are copied from [AOSP](https://cs.android.com/android/platform/superproject/+/master:frameworks/base/startop/view_compiler).
Modified parts are owed by LSPosed Developers. If you would like to use it in an open source project, please submodule it.
Only part of instructions used by LSPosed are implemented. If you want to add other instructions, PR is welcomed.