man pdump (Commandes) - Dump or convert Parrot bytecode (PBC) files
NAME
pdump - Dump or convert Parrot bytecode (PBC) files
SYNOPSIS
pdump [-tdh] [--terse|--disassemble|--header-only] file.pbc
pdump -o converted.pbc file.pbc
DESCRIPTION
A program to dump pack files to human readable form.
Command-Line Options
Disassemble bytecode segments. Dump the bytecode header only. Terse output. Repacks a PBC file into platforms native binary format for better efficiency on reading non native PBCs.
SEE ALSO
src/packdump.c.