A pf-driven task runner and polyglot helper repository with WebAssembly, reverse-engineering, fuzzing, container, and staged execution workflows.
QUICKSTART.md— fastest path to running and writingpftasksdocs/README.md— documentation index and feature mapdocs/installation/INSTALL.md— installation referencedocs/PE-EXECUTION.md— Windows PE, ReactOS, VMKit, and macOS execution guide
pf list
pf help
pf pe usage
pf --file pf-files/Pfyfile.pe.pf listDeclare runtime dependencies once at the top of a Pfyfile (outside tasks):
dep apt curl jq
dep github owner/repo@main
dep pip "requests>=2.31"
These are installed automatically before task execution.
pf-files/— task modules and module entrypointspf-files/Pfyfile.pf— base runner install flow + module includespf-runner-full/— canonical Python runner implementationdocs/— guides, feature documentation, CI/CD notes, and reviewsbak/— tracked archive for historical results and deprecated materialtests/— automated validation for the runner and task surface
- GitHub-specific markdown docs now live in
docs/github/ - historical task-audit output now lives in
bak/task-audit/ - generated root-level report artifacts were moved into
bak/reports/