add instructions object WIP
This commit is contained in:
parent
81c8d0a8ec
commit
4b62c495ed
2 changed files with 2963 additions and 0 deletions
2961
androscalpel/src/instructions.rs
Normal file
2961
androscalpel/src/instructions.rs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -10,6 +10,7 @@ pub mod dex_id;
|
|||
pub mod dex_string;
|
||||
pub mod dex_writer;
|
||||
pub mod field;
|
||||
pub mod instructions;
|
||||
pub mod method;
|
||||
pub mod method_handle;
|
||||
pub mod scalar;
|
||||
|
|
@ -23,6 +24,7 @@ pub use dex_id::*;
|
|||
pub use dex_string::*;
|
||||
pub use dex_writer::*;
|
||||
pub use field::*;
|
||||
//pub use instructions::*;
|
||||
pub use method::*;
|
||||
pub use method_handle::*;
|
||||
pub use scalar::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue