mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Add a fingerprint of the ARM OS source files to detect when a client expects another ARM image
This commit is contained in:
parent
d0526d3ba9
commit
bbf49ab560
5 changed files with 21 additions and 1 deletions
|
@ -53,6 +53,7 @@ struct version_information_t {
|
|||
char clean; /* 1: Tree was clean, no local changes. 0: Tree was unclean. 2: Couldn't be determined */
|
||||
char gitversion[50]; /* String with the git revision */
|
||||
char buildtime[30]; /* string with the build time */
|
||||
char armsrc[10]; /* sha256sum of sha256sum of armsrc files */
|
||||
} PACKED;
|
||||
|
||||
// debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue