From 504ac21aed7f8a2d4d99074c60b48bfdf15b1b68 Mon Sep 17 00:00:00 2001 From: bitform Date: Mon, 7 Jan 2013 18:42:12 -0500 Subject: Added Get-PEB Returns the process environment block (PEB) of a process. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 8eb8269..f3d291d 100644 --- a/README +++ b/README @@ -56,6 +56,10 @@ Get-DllLoadPath: Tools to aid in reverse engineering +Get-PEB: + + Returns the process environment block (PEB) of a process. + Get-ILDisassembly: Disassembles a raw MSIL byte array passed in from a MethodInfo object in a manner similar to that of Ildasm. -- cgit v1.2.3