Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 560 Bytes

TODO.md

File metadata and controls

9 lines (9 loc) · 560 Bytes
  • Implement low level data types
    • Unit tests to ensure they are 1:1 with the spec
    • Implement Dalvik bytecode
  • Implement high level API around data types
    • Implement call sites: docs
  • Parallelize serialization/deserialization via rayon
    • Use rayon feature in dashmap
  • Implement dex file writer
    • Fix TryIntoCtx traits to use &mut Vec<u8> instead of &mut [u8]