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
starting an enum at -1 means ghidra adds 1 to every value, resulting in nothing matching up with what it should. in most cases, the only negative enum values are NONE = -1 or something equivalent, so we can just skip those.
starting an enum at -1 means ghidra adds 1 to every value, resulting in nothing matching up with what it should. in most cases, the only negative enum values are
NONE = -1or something equivalent, so we can just skip those.