Support extract boot image from payload.bin

This commit is contained in:
LoveSy
2022-12-13 11:33:16 +08:00
committed by John Wu
parent b136aba1e2
commit 7bf2e3875f
8 changed files with 5152 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ path = "lib.rs"
[dependencies]
base = { path = "../base" }
cxx = { path = "../external/cxx-rs" }
protobuf = "3.2.0"
byteorder = "1"