mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-06 10:48:43 +02:00
orjson ships pre-built wheels with AVX2 SIMD instructions that cause SIGILL (exit code 132) on older processors. This wraps the import in a try/except and falls back to stdlib json for serialization. Closes #127