Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.06 KB

File metadata and controls

27 lines (18 loc) · 1.06 KB

Contributing to redasm-dev/samples

This repository holds executable binaries used for regression testing, for safety reasons it's intentionally restrictive: every file must have a verified origin.
Pull requests are disabled, binaries are committed by maintainers only.

How to submit a Sample

To propose a new sample, open an issue using the Sample Submission template.
Keep in mind that issues that do not follow the template will be closed without review.

Sample evaluation

ACCEPTED:

  • if a crackme published by its author for public download and analysis
  • if open source software compiled from a known source
  • if authored by the submitter with source code provided (see below)

REJECTED:

  • if it's commercial or copyrighted software
  • if its origin is unknown or unverifiable
  • if it does not pass verification

Verification

  • Crackme / Open Source: provide a download link and SHA256 hash. The maintainer will evaluate the file before committing.
  • Authored: provide the source code. The maintainer will compile the binary.