put all the dex swapping & resigning shenanigans in a function

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-01 17:09:12 +01:00
parent 86a028f0bd
commit cb34f76063
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 160 additions and 73 deletions

View file

@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
androscalpel_serializer = { version = "0.1.0", path = "../androscalpel_serializer" }
flate2 = { version = "1.0.28", features = ["rust_backend"] }
rand = "0.8.5"