#include <tls_info.h>
◆ getCallBackAddrStr()
std::string retdec::fileinfo::TlsInfo::getCallBackAddrStr |
( |
std::size_t |
position, |
|
|
std::ios_base &(*)(std::ios_base &) |
format |
|
) |
| const |
Get callback address
- Parameters
-
position | Index of selected callback (indexed from 0) |
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Callback address
◆ getCallBacksAddrStr()
std::string retdec::fileinfo::TlsInfo::getCallBacksAddrStr |
( |
std::ios_base &(*)(std::ios_base &) |
format | ) |
const |
Get callbacks address
- Parameters
-
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Callbacks address
◆ getCharacteristicsStr()
std::string retdec::fileinfo::TlsInfo::getCharacteristicsStr |
( |
| ) |
const |
Get characteristics
- Returns
- Characteristics
◆ getIndexAddrStr()
std::string retdec::fileinfo::TlsInfo::getIndexAddrStr |
( |
std::ios_base &(*)(std::ios_base &) |
format | ) |
const |
Get index address
- Parameters
-
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Index address
◆ getNumberOfCallBacks()
std::size_t retdec::fileinfo::TlsInfo::getNumberOfCallBacks |
( |
| ) |
const |
Get number of callback addresses
- Returns
- Number of callback addresses
◆ getRawDataEndAddrStr()
std::string retdec::fileinfo::TlsInfo::getRawDataEndAddrStr |
( |
std::ios_base &(*)(std::ios_base &) |
format | ) |
const |
Get raw data end address
- Parameters
-
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Raw data end address
◆ getRawDataStartAddrStr()
std::string retdec::fileinfo::TlsInfo::getRawDataStartAddrStr |
( |
std::ios_base &(*)(std::ios_base &) |
format | ) |
const |
Get raw data start address
- Parameters
-
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Raw data start address
◆ getZeroFillSizeStr()
std::string retdec::fileinfo::TlsInfo::getZeroFillSizeStr |
( |
std::ios_base &(*)(std::ios_base &) |
format | ) |
const |
Get zero fill size
- Parameters
-
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Zero fill size
◆ isUsed()
bool retdec::fileinfo::TlsInfo::isUsed |
( |
| ) |
const |
Check whether TLS is used
- Returns
true
if TLS is used, false
otherwise
◆ setTlsInfo()
Set TLS info
- Parameters
-
info | Instance of class with original information about TLS |
◆ tlsInfo
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileinfo/file_information/file_information_types/tls_info.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileinfo/file_information/file_information_types/tls_info.cpp