arise-sustech commited on
Commit
a9489ea
·
verified ·
1 Parent(s): ee4c3d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -85,3 +85,15 @@ This code repository is licensed under the MIT License.
85
  ### 5. Contact
86
 
87
  If you have any questions, please raise an issue.
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ### 5. Contact
86
 
87
  If you have any questions, please raise an issue.
88
+
89
+ ### 6. Citation
90
+ ```
91
+ @misc{tan2024llm4decompile,
92
+ title={LLM4Decompile: Decompiling Binary Code with Large Language Models},
93
+ author={Hanzhuo Tan and Qi Luo and Jing Li and Yuqun Zhang},
94
+ year={2024},
95
+ eprint={2403.05286},
96
+ archivePrefix={arXiv},
97
+ primaryClass={cs.PL}
98
+ }
99
+ ```