From 7734cb5b347a3befe866308fe20df39c0398f47f Mon Sep 17 00:00:00 2001 From: bitform Date: Wed, 2 Jan 2013 20:48:10 -0500 Subject: Added Get-StructFromMemory Marshals data from an unmanaged block of memory in an arbitrary process to a newly allocated managed object of the specified type. In other words, it will parse and return a structure at a known memory address in any process. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 202358d..8eb8269 100644 --- a/README +++ b/README @@ -64,6 +64,10 @@ Get-KernelModuleInfo: Returns loaded kernel module information. +Get-StructFromMemory.ps1: + + Marshals data from an unmanaged block of memory in an arbitrary process to a newly allocated managed object of the specified type. + Get-Member: A proxy function used to extend the built-in Get-Member cmdlet. It adds the '-Private' parameter allowing you to display non-public .NET members -- cgit v1.2.3