MCPcopy Create free account
hub / github.com/avast/retdec / getMachineCode

Method getMachineCode

src/fileformat/file_format/pe/pe_format.cpp:3097–3101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3095}
3096
3097bool PeFormat::getMachineCode(std::uint64_t &result) const
3098{
3099 result = formatParser->getMachineType();
3100 return true;
3101}
3102
3103bool PeFormat::getAbiVersion(std::uint64_t &result) const
3104{

Callers 6

detectArchitectureMethod · 0.45
detectArchitectureMethod · 0.45
getSymbolTableMethod · 0.45
detectArchitectureMethod · 0.45
detectArchitectureMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMachineTypeMethod · 0.80

Tested by 1

TEST_FFunction · 0.36