Files
insomnia/packages
Kyle eb4300a040 feat(inso): add native secure wrapper for inso.exe (DLL search-order hijack fix)
Adds a small console-subsystem C++ wrapper that applies the same
PreferSystem32Images process mitigation as the GUI's secure wrapper
before launching the real inso payload as a child process, forwarding
stdin/stdout/stderr and the child's real exit code so CI/scripted use
of inso is unaffected. Also verifies the payload's Authenticode
signature before launching it, guarding against an attacker with write
access to the same directory (the vulnerability's own precondition)
simply replacing the payload outright.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-10 11:56:42 -04:00
..