MCPcopy Create free account
hub / github.com/Mixaill/FakePDB / GetMachine

Method GetMachine

src_cpp/src/pe/pe_file.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 llvm::COFF::MachineTypes PeFile::GetMachine() {
150 return static_cast<llvm::COFF::MachineTypes>(_obj->getMachine());
151 }
152
153 uint32_t PeFile::GetMachineBitness() {
154 switch(GetMachine()){

Callers 1

InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected