mirror of
https://github.com/revanced/smali.git
synced 2025-05-15 21:57:05 +02:00

The DexWriter implementations now write to a generic "DexDataStore", instead of writing directly to a file. Also, writing of the DebugItems and CodeItems are linked, with the code items being written to a temporary location, and then the entire code item section is written as a batch after the debug item section.