taisazero commited on
Commit
091d26d
1 Parent(s): 5d96504

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -41,4 +41,23 @@ Further statistics on the dataset and a set of preliminary experiments performed
41
  The dataset is also hosted on the [DESSERT Lab Github](https://github.com/dessertlab/Shellcode_IA32).
42
 
43
 
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  The dataset is also hosted on the [DESSERT Lab Github](https://github.com/dessertlab/Shellcode_IA32).
42
 
43
 
44
+ Please consider citing our work:
45
+ ```
46
+ @inproceedings{liguori-etal-2021-shellcode,
47
+ title = "{S}hellcode{\_}{IA}32: A Dataset for Automatic Shellcode Generation",
48
+ author = "Liguori, Pietro and
49
+ Al-Hossami, Erfan and
50
+ Cotroneo, Domenico and
51
+ Natella, Roberto and
52
+ Cukic, Bojan and
53
+ Shaikh, Samira",
54
+ booktitle = "Proceedings of the 1st Workshop on Natural Language Processing for Programming (NLP4Prog 2021)",
55
+ month = aug,
56
+ year = "2021",
57
+ address = "Online",
58
+ publisher = "Association for Computational Linguistics",
59
+ url = "https://aclanthology.org/2021.nlp4prog-1.7",
60
+ doi = "10.18653/v1/2021.nlp4prog-1.7",
61
+ pages = "58--64",
62
+ abstract = "We take the first step to address the task of automatically generating shellcodes, i.e., small pieces of code used as a payload in the exploitation of a software vulnerability, starting from natural language comments. We assemble and release a novel dataset (Shellcode{\_}IA32), consisting of challenging but common assembly instructions with their natural language descriptions. We experiment with standard methods in neural machine translation (NMT) to establish baseline performance levels on this task.",
63
+ }```