mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-08 06:19:45 +08:00
Version 5.0
This commit is contained in:
@@ -16,7 +16,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";
|
||||
String strPathToNativeBinaries = "C:\\Github\\MemProcFS-dev\\files";
|
||||
String[] argv = {"-printf", "-device", "c:\\dumps\\WIN7-X64-SP1-1.pmem"};
|
||||
IVmm vmm = IVmm.initializeVmm(strPathToNativeBinaries, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user