#include <export_table.h>
◆ getExphashCrc32()
std::string retdec::fileinfo::ExportTable::getExphashCrc32 |
( |
| ) |
const |
Get exphash as CRC32
- Returns
- Exphash as CRC32
◆ getExphashMd5()
std::string retdec::fileinfo::ExportTable::getExphashMd5 |
( |
| ) |
const |
Get exphash as MD5
- Returns
- Exphash as MD5
◆ getExphashSha256()
std::string retdec::fileinfo::ExportTable::getExphashSha256 |
( |
| ) |
const |
Get exphash as SHA256
- Returns
- Exphash as SHA256
◆ getExportAddressStr()
std::string retdec::fileinfo::ExportTable::getExportAddressStr |
( |
std::size_t |
position, |
|
|
std::ios_base &(*)(std::ios_base &) |
format |
|
) |
| const |
Get export address
- Parameters
-
position | Index of selected export from table (indexed from 0) |
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Export address
◆ getExportName()
std::string retdec::fileinfo::ExportTable::getExportName |
( |
std::size_t |
position | ) |
const |
Get export name
- Parameters
-
position | Index of selected export from table (indexed from 0) |
- Returns
- Export name
◆ getExportOrdinalNumberStr()
std::string retdec::fileinfo::ExportTable::getExportOrdinalNumberStr |
( |
std::size_t |
position, |
|
|
std::ios_base &(*)(std::ios_base &) |
format |
|
) |
| const |
Get export ordinal number
- Parameters
-
position | Index of selected export from table (indexed from 0) |
format | Format of resulting string (e.g. std::dec, std::hex) |
- Returns
- Export ordinal number
◆ getNumberOfExports()
std::size_t retdec::fileinfo::ExportTable::getNumberOfExports |
( |
| ) |
const |
Get number of exports in table
- Returns
- Number of exports in table
◆ hasRecords()
bool retdec::fileinfo::ExportTable::hasRecords |
( |
| ) |
const |
Find out if there are any exports
- Returns
true
if there are some exports, false
otherwise
◆ setTable()
Set export table data
- Parameters
-
exportTable | Instance of class with original information about export table |
◆ table
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/export_table.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileinfo/file_information/file_information_types/export_table.cpp