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
params_dump.h
Go to the documentation of this file.
1#pragma once
2
3#include <iostream>
4#include <pe_sieve_types.h>
5
6namespace pesieve {
7
8 void params_fields_to_JSON(pesieve::t_params& params, std::stringstream& outs, size_t level);
9 void params_to_JSON(pesieve::t_params& params, std::stringstream& stream, size_t start_level);
10};
11
void params_fields_to_JSON(pesieve::t_params &params, std::stringstream &outs, size_t level)
void params_to_JSON(pesieve::t_params &params, std::stringstream &stream, size_t start_level)
The types used by PE-sieve API.
Input parameters for PE-sieve, defining the configuration.