enhancement
API
Good First Issue
Issue that can be addressed without an in-depth understanding of LIEF
#
vdex
Here are 7 public repositories matching this topic...
Tool to decompile & extract Android Dex bytecode from Vdex files
android
bytecode
decompiler
disassembler
dex
vdex
art-runtime
libart
bytecode-unquickening
compactdex
cdex
-
Updated
Oct 22, 2021 - C
Command line program for modifying apk files
windows
command-line
perl
jar
apk
logcat
deodex
apksigner-jarsigner
apk-editor
smali
dex
apk-decompiler
apktool
odex
vdex
apk-optimizer
-
Updated
Mar 20, 2022 - Python
Run arbitrary code by patching OAT files
art
android
kotlin
app
modding
kotlin-android
android-app
dalvik
oat
odex
vdex
art-runtime
android-modding
odex-patcher
oat-patcher
vdex-patcher
dalvik-runtime
-
Updated
Jan 4, 2022 - Kotlin
Improve this page
Add a description, image, and links to the vdex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vdex topic, visit your repo's landing page and select "manage topics."


I'm currently using LIEF in a project that uses mypy for Python type-checking. We use an ignore directive on our
import lief #type:ignorestatements, as type stubs for lief are not currently available. I've been considering generating and contributing stubs to https://github.com/python/typeshed, so that we can remove the ignores, and maybe others will find them useful. H