Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eersoy93/pywinemu
Another attempt to implement old Windows EXE emulation for Linux in Python.
https://github.com/eersoy93/pywinemu
pefile python python3 win32 win32-emulator
Last synced: 3 days ago
JSON representation
Another attempt to implement old Windows EXE emulation for Linux in Python.
- Host: GitHub
- URL: https://github.com/eersoy93/pywinemu
- Owner: eersoy93
- License: mit
- Created: 2024-02-07T15:33:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:20:38.000Z (22 days ago)
- Last Synced: 2024-12-30T14:48:26.050Z (3 days ago)
- Topics: pefile, python, python3, win32, win32-emulator
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyWinEmu
Another attempt to implement old Windows EXE emulation for Linux in Python.## Installation and Running
./pywinemu [Path to EXE file] [Total memory size]## Installation and Running (for Contributors)
./test.sh## Copyright
Copyright (c) 2023-2024 Erdem Ersoy, Ercan Ersoy## License
Licensed with MIT license. See LICENSE file for details.