Skip to content

Commit

Permalink
Version 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrisk committed Mar 7, 2024
1 parent cdad768 commit 09bb6f3
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check out the excellent quick walkthrough from [13Cubed](https://www.13cubed.com

<p align="center"> <a href="https://youtu.be/hjWVUrf7Obk" alt="13Cubed: MemProcFS - This Changes Everything" target="_new"><img src="http://img.youtube.com/vi/hjWVUrf7Obk/0.jpg" height="230"/></a> <a href="https://youtu.be/mca3rLsHuTA?t=952" alt="Disobey 2020 talk - Live Memory Attacks and Forensics" target="_new"><img src="http://img.youtube.com/vi/mca3rLsHuTA/0.jpg" height="230"/></a> <a href="https://www.youtube.com/watch?v=Da_9SV9FA34" alt="Microsoft BlueHatIL 2019 talk - Practical Uses for Hardware-assisted Memory Visualization" target="_new"><img src="http://img.youtube.com/vi/Da_9SV9FA34/0.jpg" height="230"/></a></p>

For additional documentation **check out the [project wiki](https://github.com/ufrisk/MemProcFS/wiki)** for in-depth detailed information about the file system itself, its API and its plugin modules! For additional information about memory acqusition methods check out the **[LeechCore project](https://github.com/ufrisk/LeechCore/)** or hop into the [PCILeech/MemProcFS](https://discord.gg/vf2Ta6VvRH) Discord server!
For additional documentation **check out the [project wiki](https://github.com/ufrisk/MemProcFS/wiki)** for in-depth detailed information about the file system itself, its API and its plugin modules! For additional information about memory acqusition methods check out the **[LeechCore project](https://github.com/ufrisk/LeechCore/)** or hop into the [PCILeech/MemProcFS](https://discord.gg/pcileech) Discord server!

To get going download the [latest binaries, modules and configuration files](https://github.com/ufrisk/MemProcFS/releases/latest) and check out the [guide](https://github.com/ufrisk/MemProcFS/wiki)!

Expand Down Expand Up @@ -82,7 +82,7 @@ PCILeech and MemProcFS community:
=========
Find all this a bit overwhelming? Or just want to ask a quick question? Join the PCILeech and MemProcFS DMA community server at Discord!

<a href="https://discord.gg/vf2Ta6VvRH"><img src="https://discord.com/api/guilds/1155439643395883128/widget.png?style=banner3"/></a>
<a href="https://discord.gg/pcileech"><img src="https://discord.com/api/guilds/1155439643395883128/widget.png?style=banner3"/></a>



Expand All @@ -109,7 +109,7 @@ PCILeech, MemProcFS and LeechCore are open source but not open contribution. PCI
Links:
======
* Twitter: [![Twitter](https://img.shields.io/twitter/follow/UlfFrisk?label=UlfFrisk&style=social)](https://twitter.com/intent/follow?screen_name=UlfFrisk)
* Discord: [![Discord | PCILeech/MemProcFS](https://img.shields.io/discord/1155439643395883128.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/vf2Ta6VvRH)
* Discord: [![Discord | PCILeech/MemProcFS](https://img.shields.io/discord/1155439643395883128.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/pcileech)
* PCILeech: https://github.com/ufrisk/pcileech
* PCILeech FPGA: https://github.com/ufrisk/pcileech-fpga
* LeechCore: https://github.com/ufrisk/LeechCore
Expand Down
4 changes: 2 additions & 2 deletions m_vmemd/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 1
#define VERSION_BUILD 148
#define VERSION_REVISION 2
#define VERSION_BUILD 149

#define VER_FILE_DESCRIPTION_STR "MemProcFS : Plugin vmemd"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
Expand Down
2 changes: 1 addition & 1 deletion memprocfs/memprocfs_dokan.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ VOID VfsDokan_InitializeAndMount_DisplayInfo(LPWSTR wszMountPoint)
"============================== MemProcFS ==============================\n" \
" - Author: Ulf Frisk - [email protected] \n" \
" - Info: https://github.com/ufrisk/MemProcFS \n" \
" - Discord: https://discord.gg/BCmfBhDPXX \n" \
" - Discord: https://discord.gg/pcileech \n" \
" - License: GNU Affero General Public License v3.0 \n" \
" --------------------------------------------------------------------- \n" \
" MemProcFS is free open source software. If you find it useful please \n" \
Expand Down
2 changes: 1 addition & 1 deletion memprocfs/memprocfs_fuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ VOID Vfs_InitializeAndMount_DisplayInfo(_In_ LPSTR uszMountPoint)
"============================== MemProcFS ==============================\n" \
" - Author: Ulf Frisk - [email protected] \n" \
" - Info: https://github.com/ufrisk/MemProcFS \n" \
" - Discord: https://discord.gg/BCmfBhDPXX \n" \
" - Discord: https://discord.gg/pcileech \n" \
" - License: GNU Affero General Public License v3.0 \n" \
" --------------------------------------------------------------------- \n" \
" MemProcFS is free open source software. If you find it useful please \n" \
Expand Down
4 changes: 2 additions & 2 deletions memprocfs/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 1
#define VERSION_BUILD 148
#define VERSION_REVISION 2
#define VERSION_BUILD 149

#define VER_FILE_DESCRIPTION_STR "MemProcFS"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
Expand Down
4 changes: 2 additions & 2 deletions vmm/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 1
#define VERSION_BUILD 148
#define VERSION_REVISION 2
#define VERSION_BUILD 149

#define VER_FILE_DESCRIPTION_STR "MemProcFS : Core"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
Expand Down
4 changes: 2 additions & 2 deletions vmmpyc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define VERSION_MAJOR 5
#define VERSION_MINOR 9
#define VERSION_REVISION 1
#define VERSION_BUILD 148
#define VERSION_REVISION 2
#define VERSION_BUILD 149

#define VER_FILE_DESCRIPTION_STR "MemProcFS : Python API"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
Expand Down
2 changes: 1 addition & 1 deletion vmmrust/leechcore_example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leechcore_example"
version = "5.9.1"
version = "5.9.2"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion vmmrust/m_example_plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "m_example_plugin"
version = "5.9.1"
version = "5.9.2"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion vmmrust/memprocfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memprocfs"
version = "5.9.1"
version = "5.9.2"
edition = "2021"
description = "MemProcFS - Physical Memory Analysis Framework"
homepage = "https://github.com/ufrisk/MemProcFS"
Expand Down
2 changes: 1 addition & 1 deletion vmmrust/memprocfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Check out the project documentation for MemProcFS, LeechCore and pcileech-fpga:
## Questions and Comments
Please feel free to contact me!
* Github: <https://github.com/ufrisk/MemProcFS>
* Discord #pcileech channel at the [Porchetta](https://discord.gg/sEkn3aa) server.
* Discord: <https://discord.gg/pcileech>.
* Twitter: <https://twitter.com/UlfFrisk>
* Email: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion vmmrust/memprocfs/src/lib_memprocfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
//! ## Questions and Comments
//! Please feel free to contact me!
//! * Github: <https://github.com/ufrisk/MemProcFS>
//! * Discord #pcileech channel at the [Porchetta](https://discord.gg/sEkn3aa) server.
//! * Discord Server: <https://discord.gg/pcileech>.
//! * Twitter: <https://twitter.com/UlfFrisk>
//! * Email: [email protected]
//!
Expand Down
2 changes: 1 addition & 1 deletion vmmrust/memprocfs_example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memprocfs_example"
version = "5.9.1"
version = "5.9.2"
edition = "2021"
publish = false

Expand Down

0 comments on commit 09bb6f3

Please sign in to comment.