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
Is your feature request related to a problem? Please describe.
Having binary output for disassembled file for known types is annoying.
Describe the solution you'd like
Lookup the TypeCCCC class in resource_types namespace and construct it from the binary data and call to_dict() to create the data to display in the output.
Describe alternatives you've considered
Maybe a lookup table. Maybe be configurable by the user.
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Having binary output for disassembled file for known types is annoying.
Describe the solution you'd like
Lookup the
TypeCCCC
class in resource_types namespace and construct it from the binary data and callto_dict()
to create the data to display in the output.Describe alternatives you've considered
Maybe a lookup table. Maybe be configurable by the user.
Additional context
None
The text was updated successfully, but these errors were encountered: