12 lines
662 B
Markdown
12 lines
662 B
Markdown
- sanity checks
|
|
- SANITY CHECK (https://cs.android.com/android/platform/superproject/main/+/main:art/libdexfile/dex/dex_file_verifier.cc if check failed, .dex is not loaded but apk do not crash !!!)
|
|
- V41 https://cs.android.com/android/platform/superproject/main/+/main:art/libdexfile/dex/dex_file_verifier.cc;drc=e8da7cd1d0e7d3535c82f8d05adcef3edd43cd40;l=634
|
|
- tests
|
|
- https://source.android.com/docs/core/runtime/dex-format#system-annotation
|
|
- goto size computation
|
|
- Check label duplication (maybe allow identical labels at the same address only?)
|
|
- no nop when no payload
|
|
- name register / parameters
|
|
- fix flake
|
|
- fix python binding or remove
|
|
- clean repo
|