Contributing: Mention how to switch between hex and decimal in IDA

This commit is contained in:
Léo Lam 2022-06-22 01:02:03 +02:00
parent 9f25b2ec73
commit 9e65e7a9eb
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Common keyboard shortcuts:
* Ctrl+W saves the database.
* To rename an item, click on its text and press N.
* To change the type of a variable (in the pseudocode) or a function, click on its text and press Y.
* Press H on a number to switch between its decimal and hexadecimal representations.
* [Other shortcuts are mentioned here](https://www.hex-rays.com/products/ida/support/freefiles/IDA_Pro_Shortcuts.pdf).
* [If you have HexRaysPyTools] Shift+L to propagate types from a call site (invocation) to the callee function.
* [If you have LazyIDA] W to copy the address of the current selection (put the cursor on the first line of the pseudocode to copy the address of the current function)