xxDark / SSVM

Java VM running on a JVM
MIT License
157 stars 16 forks source link

ProcessImpl Natives #17

Closed jumanji144 closed 1 year ago

jumanji144 commented 1 year ago

Added

Notes

Due to not being able to call direct win32 or linux syscalls a process manager wrapper would need to be written or the use of reflection to access the actual host java methods would be needed.