xxDark / SSVM

Java VM running on a JVM
MIT License
166 stars 17 forks source link

ProcessImpl natives #16

Closed jumanji144 closed 1 year ago

jumanji144 commented 1 year ago

Added

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.