chore: track audit-runs summary artifacts (md/csv/diff/txt/json/etc)

Snapshot of every non-log artifact under audit-runs/ from audits 003
through 058: findings.md per audit, comparison CSVs, probe diffs,
schema docs, register-dump txts, lr-trace JSONL streams, the saved
canary patch diffs, etc. ~284 files / ~52 MB total.

Excluded (per .gitignore): probe stdout/stderr/log streams (the raw
firehose), guest-memory dumps under audit-026/027/029 (4.5 GB of
.bin files; *.bin pattern added to .gitignore this commit).

Also adds the orphan audit-058-sub825070F0-activation directory that
a subagent accidentally created at project-root instead of
under xenia-rs/audit-runs/; relocated to its proper home.

Purpose: cross-machine continuity. With these summaries committed,
a fresh clone gives the next session the full per-audit context
(findings + tables + cascade predictions) without dependence on
local-only working tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-05-10 21:36:41 +02:00
parent 609f586ed8
commit 8e709b0a24
284 changed files with 677656 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
== functions ==
address BIGINT
name VARCHAR
end_address BIGINT
frame_size BIGINT
saved_gprs BIGINT
is_leaf BOOLEAN
is_saverestore BOOLEAN
pdata_validated BOOLEAN
pdata_length BIGINT
has_eh BOOLEAN
== xrefs ==
source BIGINT
target BIGINT
kind VARCHAR
addr_mode VARCHAR
instruction VARCHAR
source_func BIGINT
source_label VARCHAR
target_label VARCHAR
== vtables ==
address BIGINT
length BIGINT
col_address BIGINT
class_name VARCHAR
rtti_present BOOLEAN
base_classes_json VARCHAR
== methods ==
vtable_address BIGINT
slot BIGINT
function_address BIGINT
mangled_name VARCHAR
demangled_name VARCHAR
== classes ==
name VARCHAR
vtable_address BIGINT
rtti_present BOOLEAN
base_classes_json VARCHAR
== vptr_writes ==
writer_pc BIGINT
vtable_address BIGINT
vptr_offset BIGINT
writer_function BIGINT
== indirect_dispatch_sites ==
dispatch_pc BIGINT
vptr_offset BIGINT
slot BIGINT
candidate_count BIGINT
== indirect_dispatch_candidates ==
dispatch_pc BIGINT
vtable_address BIGINT
method_address BIGINT
== function_pointer_arrays ==
address BIGINT
length BIGINT
kind VARCHAR
== function_pointer_array_entries ==
array_address BIGINT
slot BIGINT
function_address BIGINT
== v_indirect_reachability_from_entry ==
addr BIGINT
== v_reachability_from_entry ==
addr BIGINT