binaryninja-api
binaryninja-api copied to clipboard
Type creation/editing actions & hotkeys do not work in code (linear/graph) view
Right now, if we wish to change the type of a variable in the code, we can only do so by pressing Y and editing its type. This is inconvenient in certain cases. It would be great if we can directly change the type by pressing 1/2/4/8/O, etc. Same with structure field.
Related to https://github.com/Vector35/binaryninja-api/issues/3238
I have some half-cooked in https://github.com/Vector35/binaryninja-api/compare/test_type_actions
Clarification: This should be an action available on all variables