mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
name: Bug report
|
|
description: Report a file that fails to unpack, unpacks incorrectly, or crashes senbei
|
|
title: "[Bug]: "
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for the report. Attaching the protected input file helps us
|
|
better diagnose the issue. Please only attach files you are
|
|
authorized to share.
|
|
- type: textarea
|
|
id: symptom
|
|
attributes:
|
|
label: What happened?
|
|
description: The command you ran and the output/error you got. Use -v/--verbose and paste the stage log if unpacking failed midway.
|
|
placeholder: "senbei app.exe -> error: ..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: What did you expect?
|
|
placeholder: "A runnable unpacked image at unpack\\app.unpack.exe"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Senbei version
|
|
description: Output of `senbei -V`
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: fileinfo
|
|
attributes:
|
|
label: About the input file
|
|
description: |
|
|
Without attaching it: is it an EXE or DLL? 32-bit or 64-bit? Managed
|
|
(.NET) or native? Roughly how large? Does it have a `._` companion
|
|
file next to it?
|
|
- type: checkboxes
|
|
id: legal
|
|
attributes:
|
|
label: Confirmation
|
|
options:
|
|
- label: I am authorized to analyze and share the attached file(s), and I understand attachments are removed after investigation.
|
|
required: true
|