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

Method getFileFormat

src/loader/loader/image.cpp:66–69  ·  view source on GitHub ↗

* Returns the retdec::fileformat::FileFormat object associated with the loaded image, * which contains static information about the file. * * @return File format object. */

Source from the content-addressed store, hash-verified

64 * @return File format object.
65 */
66retdec::fileformat::FileFormat* Image::getFileFormat()
67{
68 return _fileFormat.get();
69}
70
71/**
72 * Returns the retdec::fileformat::FileFormat object associated with the loaded image,

Callers 15

unpackMethod · 0.45
getFixStubMethod · 0.45
fixRelocationsMethod · 0.45
prepareMethod · 0.45
unpackMethod · 0.45
matchSignaturesMethod · 0.45
readMethod · 0.45
_createStubImplMethod · 0.45
getRealEpAddressMethod · 0.45
readUnpackingStubMethod · 0.45
readUnpackingStubMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected