Skip to content
@ripper-org

The Ripper Project

The Ripper Project

Modular, low-level file manipulation libraries that give developers absolute control over their data.

What is Ripper?

Ripper is a collection of tools for working with a variety of file formats at the lowest possible level. The project provides modular and consistent C++ libraries that together with C bindings offer a platform-independent interface for reading, writing, and manipulating file formats with precision.

Our mantras are:

  • Users must have absolute control over their data. Use low-level modules to modify and construct files exactly as you want them, or rely on higher-level abstractions to simplify common tasks.
  • The library serializes exactly what you construct. No hidden validation, no second-guessing your intent. This makes Ripper suitable as a foundation for higher-level tools, validators, and analyzers that do enforce rules.

Libraries

Repository Description
io-core Binary I/O abstractions — reader/writer backends for file and memory streams
pdf-core Low-level PDF manipulation — parsing, creating, and editing PDF documents
pdf-core-c C bindings for pdf-core

Design Principles

  • C++23 — Modern standard, no legacy baggage. We strive to use the latest C++ features without compromising portability.
  • C bindings — Every library exposes a stable C ABI for FFI from any language (Python, Rust, Go, C#, etc.).
  • Opaque pointers — The C API uses opaque types with accessor functions. Implementation details stay hidden behind a pure C header.
  • Single responsibility — Each library does one thing well.

Pinned Loading

  1. io-core io-core Public

    A modular C++23 library providing consistent interfaces for various I/O operations.

    C++ 1

  2. pdf-core pdf-core Public

    A modular C++23 library providing tooling for low-level PDF operations.

    C++ 2

  3. pdf-core-c pdf-core-c Public

    C++

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…