You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this script is called on an unsigned binary, there is a warning
Unrecognized firmware edition
but the script then still parses and dumps information that is
completely wrong.
This commit outputs a helpful error message instead and exists.
f"Unrecognized firmware edition; magic = f{magic.hex()}. Maybe you have accidentally invoked this script on an unsigned binary. Make sure to use a signed firmware binary."
64
+
)
65
+
return1
66
+
print(
67
+
"The following information assumes the provided binary was signed correctly; "
0 commit comments