ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
2.81k stars 352 forks source link

Panama support #214

Closed Suicolen closed 9 months ago

Suicolen commented 9 months ago

This adds support for calling native code using the new FFM (Project Panama) As it is still a preview feature (Will be stable in java 22 i believe) the --enable-preview VM option needs to be included.

Currently supported methods are:

memRead()
memWrite()
Scatter memory reads/writes

Licensed under: "public domain", "MIT License", "Apache License 2.0", "GNU General Public License v3.0", "GNU Affero General Public License v3.0"