Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/security / / MemorySnapshot
Interface: MemorySnapshot
Defined in: packages/security/src/guard/types.ts:38
Stable
Snapshot a guard takes before / after a tool runs. Implementations record the xxhash digest of the regions of memory the tool could touch; the guard compares the after-snapshot against the before-snapshot to detect non-tool-mediated mutation.