From 9e65e7a9ebb03cf0efe803d177df9033e8638cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 22 Jun 2022 01:02:03 +0200 Subject: [PATCH] Contributing: Mention how to switch between hex and decimal in IDA --- Contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributing.md b/Contributing.md index 14177e6a..7e581ccf 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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)