rizinorg/cutter

Zip crash dumps and attach ones from handler

Open

#1,464 opened on Apr 16, 2019

View on GitHub
 (7 comments) (0 reactions) (1 assignee)C++ (1,123 forks)batch import
EnhancementHacktoberFestgood first issue

Repository metrics

Stars
 (14,852 stars)
PR merge metrics
 (Avg merge 13d 23h) (20 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. Currently when crash is occured, .dmp file is created and this file format can not be attached to issue. Not everyone knows (or able to understand) that solution is to zip this file.

So my suggestion is to zip this file by default and maybe attach it in crash handler.

Contributor guide