Skip to content

Instantly share code, notes, and snippets.

View jkufver's full-sized avatar

Jens Kufver jkufver

  • sQills.se
  • Norrköping, Sweden
View GitHub Profile
@jkufver
jkufver / ipstocrash.pl
Last active May 16, 2024 15:35 — forked from hecht1962/ipstocrash.pl
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;