* Returns the retdec::fileformat::FileFormat object associated with the loaded image, * which contains static information about the file. * * @return File format object. */
| 64 | * @return File format object. |
| 65 | */ |
| 66 | retdec::fileformat::FileFormat* Image::getFileFormat() |
| 67 | { |
| 68 | return _fileFormat.get(); |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Returns the retdec::fileformat::FileFormat object associated with the loaded image, |
no test coverage detected