Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.
/ vin32 Public archive

Run your old Windows executables on modern systems. Will be written with V language. (under construction)

License

Notifications You must be signed in to change notification settings

eersoy93/vin32

Repository files navigation

Vin32

Run your old Windows executables on modern systems. Will be written with V language. (under construction)

Inspired from retrowin32.

Status

Vin32 has parse some PE32 EXE opcodes, but it can't emulate them currently.

I use 7-Zip 9.20 EXE (32-bit) for development testing.

Running

You can test your exe directly:

v run . <your_exe_filename_and_filepath>

If you want to see debug messages when running:

v -cg run . <your_exe_filename_and_filepath>

Or run my tests:

./tests.sh

Author

This software is written by Erdem Ersoy.

Copyright and License

Copyright (c) 2022-2024 Erdem Ersoy (eersoy93)

Licensed with MIT license. See LICENSE for full license text.

About

Run your old Windows executables on modern systems. Will be written with V language. (under construction)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published