add serializer for instruction format

This commit is contained in:
Jean-Marie Mineau 2023-12-14 02:15:39 +01:00
parent 5854ba5e66
commit ee7cf4d325
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 2189 additions and 0 deletions

View file

@ -9,12 +9,14 @@ pub mod class;
pub mod code;
pub mod header;
pub mod hiddenapi;
pub mod instructions;
pub mod map;
pub use class::*;
pub use code::*;
pub use header::*;
pub use hiddenapi::*;
pub use instructions::*;
pub use map::*;
/// <https://source.android.com/docs/core/runtime/dex-format#string-item>