Represents a basic info about the scanned module, such as its base offset, size, and the status.
More...
#include <scanned_modules.h>
Represents a basic info about the scanned module, such as its base offset, size, and the status.
Definition at line 14 of file scanned_modules.h.
◆ ScannedModule()
pesieve::ScannedModule::ScannedModule |
( |
ULONGLONG | _start, |
|
|
size_t | _moduleSize ) |
|
inlineprotected |
◆ ~ScannedModule()
pesieve::ScannedModule::~ScannedModule |
( |
| ) |
|
|
inlineprotected |
◆ getEnd()
ULONGLONG pesieve::ScannedModule::getEnd |
( |
| ) |
const |
|
inline |
◆ getModName()
std::string pesieve::ScannedModule::getModName |
( |
| ) |
const |
|
inline |
◆ getSize()
size_t pesieve::ScannedModule::getSize |
( |
| ) |
|
|
inline |
◆ getStart()
ULONGLONG pesieve::ScannedModule::getStart |
( |
| ) |
const |
|
inline |
◆ isSuspicious()
bool pesieve::ScannedModule::isSuspicious |
( |
| ) |
const |
|
inline |
◆ operator<()
◆ resize()
bool pesieve::ScannedModule::resize |
( |
size_t | newSize | ) |
|
|
inlineprotected |
◆ setSuspicious()
void pesieve::ScannedModule::setSuspicious |
( |
bool | _is_suspicious | ) |
|
|
inlineprotected |
◆ ModulesInfo
◆ start
const ULONGLONG pesieve::ScannedModule::start |
|
protected |
The documentation for this class was generated from the following file: