Options
All
  • Public
  • Public/Protected
  • All
Menu

xmem

xmem API documentation

If you haven't yet installed xmem, view the README on GitHub.

Once xmem is installed, you can import and use it. For example:

var xmem = require('xmem');
var system = xmem.getSystem();

xmem exports a single function getSystem which when called returns an ISystem. Using the ISystem instance you can search through running processes, open an individual process, and begin manipulating its memory.

Generated using TypeDoc