wip: start building fragment

This commit is contained in:
Jean-Marie Mineau 2024-03-11 16:31:03 +01:00
parent d47494f8f6
commit 71fc0d2398
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 2913 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,7 @@ pub mod annotation;
pub mod apk; pub mod apk;
pub mod class; pub mod class;
pub mod code; pub mod code;
pub mod dex_fragment;
pub mod dex_id; pub mod dex_id;
pub mod dex_string; pub mod dex_string;
pub mod dex_writer; pub mod dex_writer;