Skip to content

Instantly share code, notes, and snippets.

@hecht1962
hecht1962 / ipstocrash.pl
Last active January 4, 2025 15:23
Convert an IPS crash report (.ips) to the legacy crash report format (.crash)
#!/usr/bin/perl
##
## This script converts an IPS crash report (.ips) to the legacy crash report format.
##
## The .ips file (JSON) is read from STDIN and the legacy crash report is written to
## STDOUT.
##
use strict;