Version 5.9.7

This commit is contained in:
Ulf Frisk
2024-04-15 23:37:40 +02:00
parent dfef08dbe9
commit 801a75807b
10 changed files with 15 additions and 15 deletions

View File

@@ -10,10 +10,10 @@
// For more information please consult the VmmYara information on Github:
// - README: https://github.com/ufrisk/vmmyara
//
// (c) Ulf Frisk, 2023
// (c) Ulf Frisk, 2023-2024
// Author: Ulf Frisk, pcileech@frizk.net
//
// Header Version: 4.3.1.4
// Header Version: 4.5.0.4
//
#ifndef __VMMYARA_H__

View File

@@ -3,8 +3,8 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 6
#define VERSION_BUILD 153
#define VERSION_REVISION 7
#define VERSION_BUILD 154
#define VER_FILE_DESCRIPTION_STR "MemProcFS : Plugin vmemd"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD

View File

@@ -3,8 +3,8 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 6
#define VERSION_BUILD 153
#define VERSION_REVISION 7
#define VERSION_BUILD 154
#define VER_FILE_DESCRIPTION_STR "MemProcFS"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD

View File

@@ -870,7 +870,7 @@ POB_M_MINIDUMP_CONTEXT M_MiniDump_Initialize_Internal(_In_ VMM_HANDLE H, _In_ VM
pmdMR->StartOfMemoryRange = peP->vaBase;
pmdMR->DataSize = peP->cPages << 12;
// adjust range (in case of non mapped pte's in vad image)
if(peV && peV->fImage) {
if(peV && peV->fImage && iMR) {
f = i && (pmdMR->StartOfMemoryRange > peV->vaStart) &&
(pmdMR->StartOfMemoryRange > ctx->MemoryList.p->MemoryRanges[iMR - 1].StartOfMemoryRange + ctx->MemoryList.p->MemoryRanges[iMR - 1].DataSize);
if(f) {

View File

@@ -3,8 +3,8 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 6
#define VERSION_BUILD 153
#define VERSION_REVISION 7
#define VERSION_BUILD 154
#define VER_FILE_DESCRIPTION_STR "MemProcFS : Core"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD

View File

@@ -3,8 +3,8 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 6
#define VERSION_BUILD 153
#define VERSION_REVISION 7
#define VERSION_BUILD 154
#define VER_FILE_DESCRIPTION_STR "MemProcFS : Python API"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD

View File

@@ -1,6 +1,6 @@
[package]
name = "leechcore_example"
version = "5.9.6"
version = "5.9.7"
edition = "2021"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "m_example_plugin"
version = "5.9.6"
version = "5.9.7"
edition = "2021"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "memprocfs"
version = "5.9.6"
version = "5.9.7"
edition = "2021"
description = "MemProcFS - Physical Memory Analysis Framework"
homepage = "https://github.com/ufrisk/MemProcFS"

View File

@@ -1,6 +1,6 @@
[package]
name = "memprocfs_example"
version = "5.9.6"
version = "5.9.7"
edition = "2021"
publish = false