Skip to content

mrexodia/idados_dosbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

idados_dosbox

idados debugger plugin (DOSBOX+IDA)

Compilation (Visual Studio 2013)

  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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.4%
  • C 22.7%
  • Objective-C 13.4%
  • Roff 0.3%
  • NSIS 0.2%
  • Perl 0.0%