binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Type creation/editing actions & hotkeys do not work in code (linear/graph) view

Open xusheng6 opened this issue 1 year ago • 2 comments

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

xusheng6 avatar Apr 26 '24 06:04 xusheng6

I have some half-cooked in https://github.com/Vector35/binaryninja-api/compare/test_type_actions

xusheng6 avatar Apr 26 '24 06:04 xusheng6

Clarification: This should be an action available on all variables

plafosse avatar May 07 '24 14:05 plafosse