parrotcode: Dump or convert Parrot bytecode (PBC) files | |
Contents | C |
src/pdump.c - Dump or convert Parrot bytecode (PBC) files
% make pdump
% ./pdump [-tdh] [--terse|--disassemble|--header-only] file.pbc
% ./pdump -o converted.pbc file.pbc
A program to dump pack files to human readable form.
-d
-h
-t
-o converted.pbc
static void const_dump(Interp *interpreter, struct PackFile_Segment *segp)
static void fixup_dump(Interp *interpreter, struct PackFile_Segment *segp)
static void disas_dump(Interp *interpreter, struct PackFile_Segment *self)
static void PackFile_header_dump(Interp *interpreter, struct PackFile *pf)
static void help(void)
int main(int argc, char **argv)
|