mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-15 01:10:01 +00:00
the cpu-thing
This commit is contained in:
parent
007bed1dbb
commit
6370f24a0a
@ -82,6 +82,7 @@ typedef struct r_bin_info_t {
|
||||
char bclass[R_BIN_SIZEOF_STRINGS+1];
|
||||
char rclass[R_BIN_SIZEOF_STRINGS+1];
|
||||
char arch[R_BIN_SIZEOF_STRINGS+1];
|
||||
char cpu[R_BIN_SIZEOF_STRINGS+1];
|
||||
char machine[R_BIN_SIZEOF_STRINGS+1];
|
||||
char os[R_BIN_SIZEOF_STRINGS+1];
|
||||
char subsystem[R_BIN_SIZEOF_STRINGS+1];
|
||||
|
Loading…
Reference in New Issue
Block a user