add item related to class
This commit is contained in:
parent
42698cc8d7
commit
9ed99594cc
4 changed files with 293 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
//! The header item: https://source.android.com/docs/core/runtime/dex-format#header-item
|
||||
|
||||
use crate::{DexFileMagic, EndianConstant};
|
||||
use crate as androscalpel_serializer;
|
||||
use crate::{DexFileMagic, EndianConstant, Serializable};
|
||||
|
||||
/// The header item: https://source.android.com/docs/core/runtime/dex-format#header-item
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue