aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
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