First public commit

This commit is contained in:
2026-08-09 00:08:31 +08:00
commit 21cd151e15
49 changed files with 14041 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
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
+1
View File
@@ -0,0 +1 @@
blank_issues_enabled: false
@@ -0,0 +1,25 @@
name: Feature request
description: Suggest an improvement or support for a new layout
title: "[Feature]: "
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
For a new Crackproof layout, attaching a sample protected file helps
us better understand the request. Please only attach files you are
authorized to share.
- type: textarea
id: idea
attributes:
label: What would you like?
description: The problem it solves for you, and any layout details you can share.
validations:
required: true
- type: checkboxes
id: legal
attributes:
label: Confirmation
options:
- label: This request is for lawful research/interoperability use, and I am authorized to share any file I attach.
required: true