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++ (14,852 stars) (1,123 forks)batch import
EnhancementHacktoberFestgood first issue

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