add serializer for instruction format
This commit is contained in:
parent
5854ba5e66
commit
ee7cf4d325
4 changed files with 2189 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue