[go: up one dir, main page]

Skip to content

zdimension/unidos

 
 

Repository files navigation

UniDOS

UniDOS is an emulator to run Microsoft DOS executables.

Built on top of Unicorn engine, UniDOS should be able to work wherever Unicorn works.

Compilation

Unicorn must be installed before going to the next step.

On Mac OSX/Linux/BSD, simply run make to compile unidos.

$ make

Usage

Simply pass the DOS file and options to unidos. Below is an example on how to run a sample tool pkunzjr.com with our emulator.

To run pkunzjr.com, do:

$ ./unidos bin/pkunzjr.com

To unzip sample file a.zip, do:

$ ./unidos bin/pkunzjr.com -o a.zip

Status

Currently UniDOS can only handle COM file with some basic DOS interrupt services (INT 20h, INT 21h). Pull-requests to extend this tool are welcome.

License

This tool is released under the GPL license.

Author

Nguyen Anh Quynh (aquynh at gmail dot com)

About

MSDOS emulator built on top of Unicorn engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.2%
  • Makefile 13.7%
  • CMake 3.1%