put extra field in another file

This commit is contained in:
Jean-Marie Mineau 2024-01-15 15:27:08 +01:00
parent fafbdb6537
commit bea2b9ffc0
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 142 additions and 137 deletions

View file

@ -5,6 +5,7 @@ use androscalpel_serializer::Serializable;
pub mod apk_signing_block;
mod cp437;
pub mod end_of_central_directory;
pub mod extra_fields;
pub mod file_header;
use apk_signing_block::*;