aurora
aurora copied to clipboard
Usenix Security 2021 - AURORA: Statistical Crash Analysis for Automated Root Cause Explanation
Hi there, we are going to implement the following features for Aurora: Tracer - support for x86 applications Root cause analysis - support for x86 trace files and applications. IDA...
Hi, thanks for sharing your excellent code on Aurora. Could you please add a list giving the ground truth (i.e. root cause) of the vulnerabilities you tested? The root cause...
thread 'main' panicked at 'No rankings in rankings.json', root_cause_analysis/src/rankings.rs:26:5
Hi Aurora team, I came across a panic `thread 'main' panicked at 'No rankings in rankings.json', root_cause_analysis/src/rankings.rs:26:5` when running the command `cargo run --release --bin rca -- --eval-dir $EVAL_DIR --trace-dir...