Hacking Tools

Doom-Poly : A Multi-Format Polyglot Executable Running Doom

Doom-Poly is a fascinating polyglot executable that combines the functionality of a PDF, DOS executable, and Windows PE executable to run the classic game Doom.

This innovative construction leverages Robert Xiao’s Universal Doom and Allen Ading’s Doom.PDF to create a file that operates seamlessly across these formats.

The project demonstrates the versatility of file formats and the creative possibilities of polyglot programming.

The polyglot construction involves embedding multiple file format signatures into a single file. Here’s how it is achieved:

  1. PDF and EXE Header Manipulation:
    The gap between the EXE header (up to byte 0x1B) and the PE header offset (at byte 0x3C) is utilized to insert a PDF signature (%PDF-1.x) and a stream object declaration.
    • This allows the file to be identified as a valid PDF while hiding the Doom executable content.
  2. Appending PDF Content:
    The body of the EXE/PE contains the Doom executable, while the end of the file includes additional PDF structures, such as closing the stream object and appending the rest of the Doom.PDF content.
  3. Rebuilding PDF Metadata:
    To ensure compatibility with Chrome’s PDF engine, an updated cross-reference (XREF) table and startxref pointer are added, along with adjustments to the trailer’s /Size property.

The resulting file can function as:

  • A playable Doom game when executed as an EXE or PE.
  • A readable PDF document when opened in Chromium-based browsers (with limited functionality).

The PDF payload only works under Chrome due to its limited implementation of JavaScript in PDFs. Additionally, performance constraints arise from rendering Doom in grayscale ASCII characters within a text field-based framebuffer.

This project showcases the potential of polyglot files in creative programming, security research, and file format exploration.

While primarily experimental, it highlights vulnerabilities in interpreting multi-format files, emphasizing the need for robust validation mechanisms

For more details or to explore this project, refer to Allen Ading’s GitHub repository for Doom.PDF.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

How to Install Docker on Ubuntu (Step-by-Step Guide)

Docker is a powerful open-source containerization platform that allows developers to build, test, and deploy…

14 hours ago

Uninstall Docker on Ubuntu

Docker is one of the most widely used containerization platforms. But there may come a…

14 hours ago

Admin Panel Dorks : A Complete List of Google Dorks

Introduction Google Dorking is a technique where advanced search operators are used to uncover information…

2 days ago

Log Analysis Fundamentals

Introduction In cybersecurity and IT operations, logging fundamentals form the backbone of monitoring, forensics, and…

3 days ago

Networking Devices 101: Understanding Routers, Switches, Hubs, and More

What is Networking? Networking brings together devices like computers, servers, routers, and switches so they…

3 days ago

Sock Puppets in OSINT: How to Build and Use Research Accounts

Introduction In the world of Open Source Intelligence (OSINT), anonymity and operational security (OPSEC) are…

3 days ago