Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3097
bool PeFormat::getMachineCode(std::uint64_t &result) const
3098
{
3099
result = formatParser->getMachineType();
3100
return true;
3101
}
3102
3103
bool PeFormat::getAbiVersion(std::uint64_t &result) const
3104
{
Callers
6
detectArchitecture
Method · 0.45
detectArchitecture
Method · 0.45
getSymbolTable
Method · 0.45
detectArchitecture
Method · 0.45
detectArchitecture
Method · 0.45
TEST_F
Function · 0.45
Calls
1
getMachineType
Method · 0.80
Tested by
1
TEST_F
Function · 0.36