mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
fix(include): Ghidra can't figure out how to use enum values as array size parameters, so just use hardcoded numbers instead
This commit is contained in:
parent
e7bb9a818a
commit
0683e31289
7 changed files with 57 additions and 13 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
typedef struct C2Vector C2Vector;
|
||||
typedef struct C2iVector C2iVector;
|
||||
typedef struct C3Vector C3Vector;
|
||||
typedef struct C4Vector C4Vector;
|
||||
typedef struct CImVector CImVector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue