Scroll to navigation

ddbg(1) Gromox admin reference ddbg(1)

Name

ddbg — MAPI data debugger

Synopsis

/usr/libexec/gromox/ddbg [options...] command [args...]

Description

ddbg can be used to analyze various binary blobs. If no arguments are given, input is instead read from stdin instead.

Options

Employ hex2bin before main action.

Commands

Try all decoders.
Decode rule action blob.
Decode entryid.
Lookup GUID.
Decode an NT timestamp and show the equivalent Unix time and calendar-based date.
Decode restriction blob (e.g. rule condition).
Decode an Unix timestamp and show the equivalent NT time and calendar-based date.
Uncompress an lzxpress data stream.
Compress data stream with lzxpress.
Convert RTF to the RTFCP format, particularly the uncompressed "MELA" subformat.
Convert RTF to HTML.
Convert plaintext to HTML.
Decompress RTFCP (either "MELA" or "LZFU") to RTF.

Environment variables

AVOID_W3M can be set to yes/no to control htmltotext behavior.

Examples

  • ddbg -p --decode-guid 38a1bb1005e5101aa1bb08002b2a56c2
  • ddbg --unrtfcp <body.bin >body.rtf

See also

gromox(7)

Gromox