rizinorg/cutter

Add a hotkey for toggling immidiate base

Open

#2,420 opened on Sep 4, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (1,123 forks)batch import
DisassemblyEnhancementgood first issue

Repository metrics

Stars
 (14,852 stars)
PR merge metrics
 (Avg merge 13d 23h) (20 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe.

It'll be nice to have a hotkey (like H in IDA) to toggle the integer base between HEX and DEC. Since it may not work in Decompiler without backend support, having it in Disassembly/Graph will still be nice.

Describe the solution you'd like

So when I press the hotkey (maybe H if it's available), it should work like this: toggle_base

Describe alternatives you've considered

Click on integer -> Set Immidiate base to -> Hex/Dec

Additional context

Contributor guide