EVE Killmail Parser

The EVE Killmail Parser is a pure-Ruby parser of the killmail format, used in EVE Online.

It can be used to generate a Ruby representation of the data contained within the mail, including:

  • Victim information
  • Attacker information
  • Dropped/Destroyed items, with cargo/drone/quantity flags

It is packaged as a Rails plugin but can easily be used standalone. A full test suite using Test::Unit is included for your debugging pleasure.

Usage and install instructions are available on Github: EVE Killmail Parser on Github