You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title:[Feature] Add Integrity Verification (Hash of Executable/Script) Description:
Implement optional integrity checks for both implementations to detect tampering:
C++: compute CRC32 or SHA-256 of the running executable and compare to a build-time constant.
Python: compute SHA-256 of the script file and compare to an env var (JAVELIN_EXPECTED_SHA256).
Acceptance Criteria: