Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.79 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.79 KB

HeifER

Heif ER, a prototype forensic analysis tool for HEIF files

HEIF is a relatively new image file format implementing modern features such as an efficient compression algorithm offering significant improvements over JPEG. But, it is far more than a single-image file format. It is a media-container capable of holding multiple images, video and other types of media, and could potentially be used to distribute illegal content. Detailed analysis of HEIF files is therefore essential during a forensic investigation, however they have a complex structure and analysis can be a complicated, time-consuming and error-prone task.

PQ HeifER (Heif Emergency Room) is a tool designed specifically to assist the digital forensics investigator in the detailed analysis of HEIF image files.

It parses HEIF files creating a "Map" of the file structure, extracting all images, metadata and other details from the file that may be useful during a forensic investigation. During processing, a directory structure is created containing human-readable and binary content extracted from the file ready for analysis.

References