mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-07-02 09:44:23 +08:00
Java API
This commit is contained in:
@@ -17,7 +17,7 @@ public class VmmExample {
|
||||
// arguments are as they are given on the command line.
|
||||
// also required is to specify the path to the native MemProcFS files
|
||||
// important! remember to close the vmm object after use to free up native resources!
|
||||
String strPathToNativeBinaries = "C:\\Github\\MemProcFS-dev\\files";
|
||||
String strPathToNativeBinaries = "C:\\Program Files\\MemProcFS";
|
||||
String[] argv = {"-printf", "-device", "c:\\dumps\\WIN7-X64-SP1-1.pmem"};
|
||||
IVmm vmm = IVmm.initializeVmm(strPathToNativeBinaries, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user