pdump

Langue: en

Version: 2007-05-15 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

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.