PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines how the Emulator models the code section. More...
#include <Definitions.hpp>
Public Attributes | |
std::string | name |
each section consists of a corresponding name | |
std::vector< mulator::u8 > | bytes |
each section contains | |
mulator::u32 | offset |
Defines how the Emulator models the code section.
Definition at line 89 of file Definitions.hpp.
std::vector<mulator::u8> Software::SettingsStruct::CodeSection::bytes |
each section contains
Definition at line 92 of file Definitions.hpp.
std::string Software::SettingsStruct::CodeSection::name |
each section consists of a corresponding name
Definition at line 91 of file Definitions.hpp.
mulator::u32 Software::SettingsStruct::CodeSection::offset |
Definition at line 93 of file Definitions.hpp.