Skip to content
Matthew Barker edited this page Jun 16, 2026 · 2 revisions

EBO — Enfusion Binary Object

Reforger's binary object format, the successor to PBO. Contains configuration, scripts, and assets.

Features

  • Binary config format with RC4 encryption support
  • Reforger-style entry structures
  • Inherits PBO read/write API (PboFile base)

Key Types

  • EboFile — Main format handler (extends PBO infrastructure)
  • Supports encrypted (RC4 key) and unencrypted variants
  • SaveTo for unencrypted roundtrips

CLI

EBO is handled through the pbo commands for listing/extraction since it shares PBO's entry-table structure:

bis pbo list <file.ebo>
bis pbo extract <file.ebo>

Clone this wiki locally