PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Public Attributes | List of all members
Software::SettingsStruct::CodeSection Struct Reference

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::u8bytes
 each section contains
 
mulator::u32 offset
 

Detailed Description

Defines how the Emulator models the code section.

Definition at line 89 of file Definitions.hpp.

Member Data Documentation

◆ bytes

std::vector<mulator::u8> Software::SettingsStruct::CodeSection::bytes

each section contains

Definition at line 92 of file Definitions.hpp.

◆ name

std::string Software::SettingsStruct::CodeSection::name

each section consists of a corresponding name

Definition at line 91 of file Definitions.hpp.

◆ offset

mulator::u32 Software::SettingsStruct::CodeSection::offset

Definition at line 93 of file Definitions.hpp.


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