saketupadhyay commited on
Commit
2acfb25
·
verified ·
1 Parent(s): 7fcbc11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -12
README.md CHANGED
@@ -1,14 +1,16 @@
1
- ---
2
- license: mit
3
- task_categories:
4
- - tabular-classification
5
- tags:
6
- - software
7
- size_categories:
8
- - 10K<n<100K
9
- ---
10
-
11
- # FuzzDistill Dataset Explanation
 
 
12
 
13
  The final Basic Block and Function features are extracted in Semicolon-Separated Values (SSV) format.
14
 
@@ -125,4 +127,23 @@ $$
125
  That means that only one of \( N \) or \( M \) can have the value of \( 1 \) at any given time.
126
  If \( N \) is set to \( 1 \), \( M \) must be set to \( 0 \), and vice versa.
127
 
128
- We can use this relationship to check the functionality of our BB compiler pass and sanity of our training dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - tabular-classification
5
+ tags:
6
+ - software
7
+ size_categories:
8
+ - 10K<n<100K
9
+ paper:
10
+ - arxiv.org/abs/2412.08100
11
+ ---
12
+
13
+ # Function and BasicBlock Binary Classification Features based on NIST Juliet1.3 C/C++
14
 
15
  The final Basic Block and Function features are extracted in Semicolon-Separated Values (SSV) format.
16
 
 
127
  That means that only one of \( N \) or \( M \) can have the value of \( 1 \) at any given time.
128
  If \( N \) is set to \( 1 \), \( M \) must be set to \( 0 \), and vice versa.
129
 
130
+ We can use this relationship to check the functionality of our BB compiler pass and sanity of our training dataset.
131
+
132
+ ---
133
+
134
+ ## Cite
135
+
136
+ If you utilize this project or any portion thereof, please ensure proper citation of the following work:
137
+
138
+ ```text
139
+ @misc{upadhyay2024fuzzdistillintelligentfuzzingtarget,
140
+ title={FuzzDistill: Intelligent Fuzzing Target Selection using Compile-Time Analysis and Machine Learning},
141
+ author={Saket Upadhyay},
142
+ year={2024},
143
+ eprint={2412.08100},
144
+ archivePrefix={arXiv},
145
+ primaryClass={cs.SE},
146
+ url={https://arxiv.org/abs/2412.08100},
147
+ }
148
+ ```
149
+