PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
Public Attributes | List of all members
_PARAM_STRING Struct Reference

A wrapper for a dynamically allocated string. More...

#include <pe_sieve_types.h>

Public Attributes

ULONG length
 
char * buffer
 

Detailed Description

A wrapper for a dynamically allocated string.

Definition at line 107 of file pe_sieve_types.h.

Member Data Documentation

◆ buffer

char* _PARAM_STRING::buffer

Definition at line 109 of file pe_sieve_types.h.

◆ length

ULONG _PARAM_STRING::length

Definition at line 108 of file pe_sieve_types.h.


The documentation for this struct was generated from the following file: