Skip to content

aquynh/unidos

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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