fmemory
Version:
A simple node add-on for reading and writing memory on Linux, powered by gmem.
27 lines (26 loc) • 486 B
JSON
{
"name": "fmemory",
"version": "0.1.2",
"description": "A simple node add-on for reading and writing memory on Linux, powered by gmem.",
"main": "lib/fmemory.js",
"scripts": {
"install": "cmake-js compile"
},
"keywords": [
"gmem",
"fmemory",
"memory",
"gnu",
"linux",
"read",
"write",
"cheats",
"hacks"
],
"author": "otvv",
"license": "MIT",
"dependencies": {
"cmake-js": "^7.2.1",
"node-addon-api": "^2.0.2"
}
}