Compare commits
14 commits
main
...
concurent_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68c6e3cccf | ||
|
|
a6cff22592 | ||
| 82c1140eae | |||
|
|
01c496aaac | ||
|
|
250f85700e | ||
|
|
74583b230b | ||
| e78a67d1d1 | |||
|
|
232b906db1 | ||
|
|
609e6c69cd | ||
| d28968c2e3 | |||
|
|
3a2f45b28b | ||
|
|
bfa957ad45 | ||
|
|
7e63a523d7 | ||
|
|
71fc0d2398 |
5 changed files with 6453 additions and 2934 deletions
2
TODO.md
2
TODO.md
|
|
@ -3,6 +3,6 @@
|
|||
- https://source.android.com/docs/core/runtime/dex-format#system-annotation
|
||||
- goto size computation
|
||||
- no nop when no payload
|
||||
- code items need a "fragment" repr
|
||||
- option to get label at every code addresses
|
||||
- name register / parameters
|
||||
- ord in python
|
||||
|
|
|
|||
2808
androscalpel/src/dex_fragment.rs
Normal file
2808
androscalpel/src/dex_fragment.rs
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3254
androscalpel/src/dex_writer_old.rs
Normal file
3254
androscalpel/src/dex_writer_old.rs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -6,6 +6,7 @@ pub mod annotation;
|
|||
pub mod apk;
|
||||
pub mod class;
|
||||
pub mod code;
|
||||
pub mod dex_fragment;
|
||||
pub mod dex_id;
|
||||
pub mod dex_string;
|
||||
pub mod dex_writer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue