Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eersoy93/vin32
Run your old Windows executables on modern systems. Will be written with V language. (under construction)
https://github.com/eersoy93/vin32
emulator pe32 v vlang win32 win32-emulator
Last synced: 3 days ago
JSON representation
Run your old Windows executables on modern systems. Will be written with V language. (under construction)
- Host: GitHub
- URL: https://github.com/eersoy93/vin32
- Owner: eersoy93
- License: mit
- Created: 2024-01-20T06:43:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T12:19:48.000Z (9 months ago)
- Last Synced: 2024-12-30T14:48:26.031Z (3 days ago)
- Topics: emulator, pe32, v, vlang, win32, win32-emulator
- Language: V
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Vin32
Run your old Windows executables on modern systems. Will be written with V language. (under construction)
Inspired from [retrowin32](https://github.com/evmar/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)](https://www.7-zip.org/a/7z920.exe) for development testing.
## Running
You can test your exe directly:
```v run . ```
If you want to see debug messages when running:
```v -cg run . ```
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.