HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hypersnatch_dev

no profile record

投稿

Ask HN: Can hash verification replace EV code-signing on Windows?

1 ポイント·投稿者 hypersnatch_dev·4 か月前·1 コメント

Show HN: Offline desktop tool that extracts media endpoints from raw HTML

z3r0dayzion-install.github.io
2 ポイント·投稿者 hypersnatch_dev·4 か月前·1 コメント

コメント

hypersnatch_dev
·4 か月前·議論
I've been building a Windows desktop tool that parses raw HTML locally and extracts embedded media endpoints.

It runs fully offline (no telemetry, no accounts) and can export structured results as CSV, JSON, or PDF with integrity hashes (SHA-256).

It was originally built for repeatable QA validation and archival workflows where deterministic results matter more than headless automation.

Architecture notes (for those interested): - Electron (sandboxed, context-isolated) - No use of eval() - Deterministic scoring of candidate endpoints - Optional CLI mode for batch processing

I'm mainly looking for feedback on: - Whether this is useful outside of QA / archival contexts - Expectations around cross-platform support - One-time license vs SaaS for a desktop utility