add hiddenapi item
This commit is contained in:
parent
b670649ed0
commit
b5ae8c5088
2 changed files with 143 additions and 0 deletions
|
|
@ -6,11 +6,13 @@ use crate::{EncodedArray, Serializable};
|
|||
pub mod class;
|
||||
pub mod code;
|
||||
pub mod header;
|
||||
pub mod hiddenapi;
|
||||
pub mod map;
|
||||
|
||||
pub use class::*;
|
||||
pub use code::*;
|
||||
pub use header::*;
|
||||
pub use hiddenapi::*;
|
||||
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