From b667e06b81a9d379f0aa751e886b9a373d562af4 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Mon, 3 Jul 2017 08:36:05 +0200 Subject: [PATCH] x64_dbg -> x64dbg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e81721..8573d71 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ A collection of awesome penetration testing resources * [WDK/WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg * [OllyDbg](http://www.ollydbg.de/) - An x86 debugger that emphasizes binary code analysis * [Radare2](http://rada.re/r/index.html) - Opensource, crossplatform reverse engineering framework -* [x64_dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows +* [x64dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows * [Immunity Debugger](http://debugger.immunityinc.com/) - A powerful new way to write exploits and analyze malware * [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for Linux * [Medusa disassembler](https://github.com/wisk/medusa) - An open source interactive disassembler