https://github.com/bluecmd/simexec
Remote Executor for foreign architectures
https://github.com/bluecmd/simexec
Last synced: 7 months ago
JSON representation
Remote Executor for foreign architectures
- Host: GitHub
- URL: https://github.com/bluecmd/simexec
- Owner: bluecmd
- Created: 2015-10-11T12:41:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T16:53:29.000Z (over 10 years ago)
- Last Synced: 2025-07-14T10:49:16.725Z (11 months ago)
- Language: Shell
- Size: 2.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simexec
Used to seamlessly move executions into a simulator.
When simexec is registered with binfmt_misc it will send the execution
environment to a remote host (defined compile time).
simexec requires SCTP and IPv6 support.
* Install simexec to /usr/local/bin on your host system.
* Execute ./binfmt.sh to register the executor.
* Install simexecd into your simulator and make it start at boot.
Note that the filesystem needs to mirrored by other means, simexec
only executes binaries.