mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
[pitboss] phase 08: Track C.4 + C.5 — SinkCrash oracle + per-probe witness capture
This commit is contained in:
parent
4eccbd48b4
commit
93eb98edda
21 changed files with 1988 additions and 115 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#![cfg(feature = "dynamic")]
|
||||
|
||||
use nyx_scanner::dynamic::differential::{build_outcome, evaluate};
|
||||
use nyx_scanner::dynamic::probe::{ProbeArg, SinkProbe};
|
||||
use nyx_scanner::dynamic::probe::{ProbeArg, ProbeKind, ProbeWitness, SinkProbe};
|
||||
use nyx_scanner::evidence::DifferentialVerdict;
|
||||
|
||||
// ── Rule table ──────────────────────────────────────────────────────────────
|
||||
|
|
@ -74,6 +74,8 @@ fn sample_probe(callee: &str, arg: &str, label: &str) -> SinkProbe {
|
|||
args: vec![ProbeArg::String(arg.into())],
|
||||
captured_at_ns: 1,
|
||||
payload_id: label.into(),
|
||||
kind: ProbeKind::Normal,
|
||||
witness: ProbeWitness::empty(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue