A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #2999  by j00ru
 Sun Oct 10, 2010 10:54 am
Hello,

I have recently came across a completely new, freeware debugging software for Windows 64-bit platforms, called Visual DuxDebugger (by Douglas Schillaci). A brief summary of the application:
Visual DuxDebugger is a debugger disassembler for Windows 64 bits, it is the first version so it is still very simple, but it has some features that others debuggers doesn’t have, it debugs multiple processes and debugs multiple child processes, but may be the most interesting feature is the “Detour System”. The current disadvantage is that only debugs 64 bits software, but it is a long term project and surely in a close future 64 bits software will be more common.
Even though the program is currently in a very early stage of its development, I think that watching out for progress is worthwhile, as the current selection of x86-64 debuggers is very, very narrow (limited to WinDbg).

Presentation videos:

http://www.youtube.com/watch?v=2qM04zD9-LQ (Basic functionality)
http://www.youtube.com/watch?v=RYutHass7_o (Breakpoints)
http://www.youtube.com/watch?v=3ubvshqJViU (Detours)

Take care!