Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-19 | Renamed RE_Tools. Now ReverseEngineering module | bitform | 1 | -201/+0 | |
* I renamed RE_Tools to ReverseEngineering and made it a module. * Slight consistency modifications were made to documentation. * This is one step in the process of modularizing all of PowerSploit. | |||||
2013-01-02 | Added Get-StructFromMemory | bitform | 1 | -0/+201 | |
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. |