fix(workflow): IAT repair iron rule + six-phase map + vuln thin overlay (#65) - #72
Merged
Merged
Conversation
- Map reporter six-phase malware RE flow into re-agent-workflow with IAT repair fail-fast (E-iat-repair-fail -> dynamic API breakpoints) - Equivalent import anchors for .NET; E-exports for DLL/SYS; clean IAT and sandbox no-behavior side paths - Wire radare2/ida/malware hard gates + RULES/obedience rebuttals - Add optional thin vuln report overlay (not a 3rd default full flavor) - Extend verify-routing-coherence assertions; smoke+verify x3 pass
Closed
Windows CI failed because smoke.ps1 nested bare 'powershell' (often 5.1) to run verify-routing-coherence.ps1. PS5.1 mis-parsed UTF-8 Chinese source without BOM, so nested verify exited 1 while the standalone pwsh verify step passed. - Resolve SmokeHostExe from current process (pwsh on GHA windows-latest) - Rewrite nested invocations to use $SmokeHostExe - Write UTF-8 BOM on smoke.ps1 and verify-routing-coherence.ps1 for PS5.1 safety
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Issue #65 follow-ups from reporter (2026-08-12):
Problem 1 increment
E-iat-repair-fail, switch to dynamic API breakpoints (not a skip of the import hard gate).re-agent-workflow.md(no parallel second master workflow).E-exportsalongside imports, x86 ImportREC / x64 Scylla, clean IAT → dynamic load suspicion, sandbox no-behavior → anti-VM branch.malware-analysis,radare2,ida-reverse,RULES/RULES_zh, agent-obedience rebuttal table.Microsoft vuln template
vulnoverlay only (overview → impact/repro → crash/patch/PoC analysis → mitigation).Test plan
skills/scripts/smoke.ps1×3 ALL PASSskills/scripts/verify-routing-coherence.ps1×3 ALL PASS (new IAT/vuln asserts)Closes nothing automatically — parent issue #65 stays open until reporter confirms.