Kitxuuu commited on
Commit
dbe5d79
Β·
verified Β·
1 Parent(s): cf6e430

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🧠 AIXCC Challenge Benchmark – C Challenges
2
+
3
+ ## πŸ“Œ Overview
4
+
5
+ **AIXCC Challenge Benchmark (C Challenges)** is a curated subset of the full AIXCC Challenge Benchmark focused solely on C-based challenges.
6
+
7
+ This benchmark is built upon the [official AIXCC Challenge](https://aicyberchallenge.com/). Each C challenge consists of either a **delta** (focused diff) or **full** (whole project) test case.
8
+
9
+ ## πŸ“Ž Reference Implementation
10
+
11
+ This benchmark is designed to work with our open-source CRS system: https://github.com/o2lab/afc-crs-all-you-need-is-a-fuzzing-brain
12
+
13
+ For technical details, see our paper: https://arxiv.org/abs/2509.07225
14
+
15
+ ## πŸ“„ License
16
+
17
+ This dataset builds on the official AIXCC Challenge. Please adhere to its license and usage policies.
18
+