Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.22 KB

solana-hexpat

This repository defines hexpat definitions for Solana internal data structures. These are most commonly used with the ImHex hex editor.

Vote Account parsed with ImHex

Usage

  1. Open ImHex
  2. Open a binary blob (such as the contents of an account)
  3. Paste the appropriate pattern definition into the Pattern Editor
  4. Click play

Implemented Features

Attributions

Thank you to @WerWolv for creating the ImHex toolchain. Shoutout to @CherryWorm at Neodyme for the idea of using ImHex for Solana debugging.