Skip to content

Instantly share code, notes, and snippets.

View michael-grunder's full-sized avatar
💭
Testing in production

Michael Grunder michael-grunder

💭
Testing in production
View GitHub Profile
@hecht1962
hecht1962 / ipstocrash.pl
Last active May 10, 2024 17:40
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;