Gravechapa / idados_dosbox

idados debugger plugin (DOSBOX+IDA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idados_dosbox

idados debugger plugin (DOSBOX+IDA)

Compilation (Visual Studio 2019)

  1. Put both "idados" and "dosbox" dirs in your *IDASDK\plugins* directory;
  2. Open IDASDK\plugins\dosbox\visualc_net\dosbox.sln and build it;
  3. Open IDASDK\plugins\idados\idados.sln and build it;
  4. Put generated idados.plw in *IDA\plugins* directory;
  5. Put generated dosbox.exe in *IDA* directory (or create standalone dir somewhere, and put ida.wll and dosbox.exe there).

Usage

  1. Run dosbox.exe;
  2. Mount some directory (**mount Y d:\somedir*), put your MS-DOS executable in "**d:\somedir*";
  3. Goto your mounted *Y:* disk (Y:);
  4. Run "debug yourexe.exe". It will freeze. Just press Alt+Tab;
  5. Open IDA Pro and your executable there;
  6. Select "Remote Dosbox debugger";
  7. Go to Debugger->Process options... menu and specify host as "localhost";
  8. Press F9 to run debugging process.

About

idados debugger plugin (DOSBOX+IDA)

License:GNU General Public License v2.0


Languages

Language:C++ 66.4%Language:C 31.2%Language:Objective-C 1.4%Language:M4 0.7%Language:NSIS 0.1%Language:Makefile 0.1%Language:Perl 0.0%Language:Shell 0.0%Language:Batchfile 0.0%