v0.2.8
FEATURE
- Detailed info about a single parameter can be requested by:
/<parameter> ? - New modes in the
/dataparameter - New parameter
/dnetallowing to enable treating .NET modules differently than native ones - Report about PE implants and shellcode implants separately
- Added information in the report: process bitness, is process managed (vs native)
- Minor changes in the API:
PEsieve_versionimplemented as a constant - Allow for partial scanning of 64 bit processes by a 32 bit scanner
BUGFIX
- If the parameter
/reflchosen, the process reflection should be used for both scan and dump - Fixed switching back to the original console color after printing in color (improved look on Powershell console)
- Fixed recognizing if the PE in the memory is in raw or virtual mode (it was giving invalid results for some payloads)
- Fixed broken parameter
/mfilter
REFACT
- Refactored parsing of the parameters
- Internal refactoring and cleanup of the scanner