Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LSPosed/DexBuilder
Generate dex file by c++
https://github.com/LSPosed/DexBuilder
Last synced: 14 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T13:17:11.000Z (2 months ago)
- Last Synced: 2024-09-14T03:59:09.820Z (2 months ago)
- Language: C++
- Homepage:
- Size: 133 KB
- Stars: 134
- Watchers: 6
- Forks: 49
- 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.