Version and Platform (required):
Removed in #7994
Bug Description:
There used to be, among others, a Copy GUID and Find GUID command built in, but these are now gone.
Steps To Reproduce:
Make sure the WARP plugin is enabled, Ctrl + P, search for WARP in the command palette.
Expected Behavior:
Copy GUID and Find GUID are selectable and working
Screenshots/Video Recording:
N/A
Binary:
N/A
Additional Information:
I was wondering what happened to Copy GUID and Find GUID when i updated binja, and found this PR (commit 3c88b11)... I'm wondering why this was removed, and if it is going to be reimplemented in the future? Currently I'm having to resort to binaryninja.warp.get_function_guid(current_function) in the console, to replicate the behaviour, which works but it's not as nice as the previous command palette entry.
It would be great if the "Go to Address" menu would also fall back to GUID lookup if the pasted address parses as a guid. Currently it does math on the different hex parts of the guid
Version and Platform (required):
Removed in #7994
Bug Description:
There used to be, among others, a
Copy GUIDandFind GUIDcommand built in, but these are now gone.Steps To Reproduce:
Make sure the WARP plugin is enabled, Ctrl + P, search for WARP in the command palette.
Expected Behavior:
Copy GUID and Find GUID are selectable and working
Screenshots/Video Recording:
N/A
Binary:
N/A
Additional Information:
I was wondering what happened to Copy GUID and Find GUID when i updated binja, and found this PR (commit 3c88b11)... I'm wondering why this was removed, and if it is going to be reimplemented in the future? Currently I'm having to resort to
binaryninja.warp.get_function_guid(current_function)in the console, to replicate the behaviour, which works but it's not as nice as the previous command palette entry.It would be great if the "Go to Address" menu would also fall back to GUID lookup if the pasted address parses as a guid. Currently it does math on the different hex parts of the guid