PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
Variables
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Typedefs
Enumerations
Enumerator
c
h
i
p
s
t
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
i
o
r
s
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
Functions
Variables
Typedefs
Enumerations
Enumerator
j
o
p
r
s
Macros
c
d
e
g
h
i
l
m
o
p
r
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
params_info
params_dump.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <iostream>
4
#include <
pe_sieve_types.h
>
5
6
namespace
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
pesieve
Definition
pesieve.py:1
pesieve::params_fields_to_JSON
void params_fields_to_JSON(pesieve::t_params ¶ms, std::stringstream &outs, size_t level)
Definition
params_dump.cpp:5
pesieve::params_to_JSON
void params_to_JSON(pesieve::t_params ¶ms, std::stringstream &stream, size_t start_level)
Definition
params_dump.cpp:54
pe_sieve_types.h
The types used by PE-sieve API.
Generated by
1.13.2