Version 5.0

This commit is contained in:
ufrisk
2022-08-04 08:34:42 +02:00
parent dc3f5fab5c
commit ba3fb69997
159 changed files with 15182 additions and 10453 deletions

View File

@@ -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);