User Tools

Site Tools


wiki:resources:fileformats

File Formats

There are an endless number of file formats in existence and more being created all the time. Techniques and structures of how these files work and can be abused are detailed here.

PDF

Incredibly common, and absurdly complex with an incredibly number of abilities.

Anatomy of a PDF

ELF

The Executable Linkable Format, commonly used for binary executables, compiled objects, shared libraries, and core dumps. Primarily used on Unix and derived systems.

Anatomy of a Linux ELF Exeuctable

Portable Executable (PE)

The Portable Executable (PE) format is a file format for executables, object code, DLLs, FON Font files, and others used in 32-bit and 64-bit versions of Windows operating systems. The PE format is a data structure that encapsulates the information necessary for the Windows OS loader to manage the wrapped executable code. Portable executables are also the standard for EFI environment executables

Anatomy of a Windows PE

JPEG

JPEG is a standard for lossy compressed digital images, and is arguably one of the most common file types most people will ever see.

wiki/resources/fileformats.txt · Last modified: 2021/09/30 19:23 by admin