Match PSP functions parallel byte-exact
overnight-match-parallelworkflowsetup L3★0
dwilliams27/psp-autodecomp ↗What it does
parallelize byte-exact decompilation of independent PSP functions
Best for
high-compute concurrent matching when targets are independent
Inputs
- · args: JSON object or array per workflow
- · function targets: address, size, obj_file, mangled_symbol
Outputs
- · matched/near_miss/failed/blocked result per function
Requires
- · agent orchestration
- · parallel execution
- · build/compilation tools
- · GitHub CLI
Preconditions
- · research docs reviewed (snc-*.md, CLAUDE.md)
- · return schema defined and enforced
- · phase logging initialized
- · build env configured
- · working directory set
Failure modes
- · tool/env error → status=blocked returned
- · agent null on error/skip/rate-limit
- · >50% inline-asm triggers structure fail
- · exhausted all matching angles, cannot reach exact size
Trust signals
- · strict return schema enforced
- · byte-exact matching standard enforced
- · explicit no-fabrication clause
- · conductor re-verifies claimed matches