pdump.c(1)
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
- "-d"
Disassemble bytecode segments.
- "-h"
Dump the bytecode header only.
- "-t"
Terse output.
- "-o converted.pbc"
Repacks a PBC file into the platform's native binary format for
better efficiency on reading non-native PBCs.
SEE ALSO
- src/packdump.c.