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.7
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.7.tar.gz | 4.4 kB | Details |
Release files / donutautosellsrc-0.3.7.tar.gz
| Download URL | donutautosellsrc-0.3.7.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f50d2a7270eba350fe63156c6062fa0bcab9d41b1c6782dc109d4194c0b4e6a
|
|
BLAKE2b-256 checksum How to use checksums |
7e3f41ff5bd974363019f6663eef3950ad7550cbf85fe59c5b094734944265ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|