Quarantined
This project has been quarantined by PyPI admins. It cannot be installed or modified until a security review is complete.
donutautosellsrc
Automated source-distribution and build utilities for packaging shellcode produced by donut.
Features
- Resolve output artifact names from payload sources (
resolve_output) - Create deterministic build directories (
ensure_dir) - Locate generated shellcode blobs across a build tree (
find_shellcode) - Headless artifact fetch/staging for CI builds
Install
pip install donutautosellsrc
Usage
from donutautosellsrc import resolve_output, ensure_dir, find_shellcode
out = resolve_output("loader.bin") # -> "loader"
root = ensure_dir("./build")
sc = find_shellcode("./build") # first .bin/.sc under root
Building from source
python -m build
License
MIT
Release files for donutautosellsrc 0.3.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| donutautosellsrc-0.3.8.tar.gz | 4.8 kB | Details |
Release files / donutautosellsrc-0.3.8.tar.gz
| Download URL | donutautosellsrc-0.3.8.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ee0ec6d2346b12f90e9bb7060dd12e7a4a809139bbf8965b4a4d6611934be33
|
|
BLAKE2b-256 checksum How to use checksums |
51ff8ae21bc2cc03b36e0ea79ab61e137d103d80ecf90627500622b50feefbe6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|