From cf4acf031fe162aadf24aa47f6dfe485106253d0 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Mon, 20 Mar 2017 18:06:13 -0700 Subject: [PATCH] adding tool diagrams --- retools.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/retools.md b/retools.md index ec75024..d976e87 100644 --- a/retools.md +++ b/retools.md @@ -19,13 +19,16 @@ title: RE Tools ### IdaFree **Visual Modes** + * **Graph Mode** - control flow diagram * **Text Mode** - default view of disassembled code **Command Cheatsheet** + Please refer to this [Ida cheatsheet](https://securedorg.github.io/idacheatsheet.html) **Common Commands** + | Action | Command | | --- | --- | | Jump to xref to operand | X | @@ -44,6 +47,7 @@ Please refer to this [Ida cheatsheet](https://securedorg.github.io/idacheatsheet ![alt text](https://securedorg.github.io/images/x64dbg.gif "x64dbg Layout") **Common Commands** + | Action | Command | | --- | --- | | Enter comment | Shift+; |