arise-sustech
commited on
Commit
•
383a088
1
Parent(s):
2df63db
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ tags:
|
|
10 |
LLM4Decompile aims to decompile x86 assembly instructions into C. It is finetuned from Deepseek-Coder on 4B tokens of assembly-C pairs compiled from AnghaBench.
|
11 |
|
12 |
- **Github Repository:** [LLM4Compile](https://github.com/albertan017/LLM4Decompile)
|
|
|
13 |
|
14 |
|
15 |
### 2. Evaluation Results
|
@@ -85,3 +86,15 @@ This code repository is licensed under the MIT License.
|
|
85 |
### 5. Contact
|
86 |
|
87 |
If you have any questions, please raise an issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
LLM4Decompile aims to decompile x86 assembly instructions into C. It is finetuned from Deepseek-Coder on 4B tokens of assembly-C pairs compiled from AnghaBench.
|
11 |
|
12 |
- **Github Repository:** [LLM4Compile](https://github.com/albertan017/LLM4Decompile)
|
13 |
+
- **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
|
14 |
|
15 |
|
16 |
### 2. Evaluation Results
|
|
|
86 |
### 5. Contact
|
87 |
|
88 |
If you have any questions, please raise an issue.
|
89 |
+
|
90 |
+
### 6. Citation
|
91 |
+
```
|
92 |
+
@misc{tan2024llm4decompile,
|
93 |
+
title={LLM4Decompile: Decompiling Binary Code with Large Language Models},
|
94 |
+
author={Hanzhuo Tan and Qi Luo and Jing Li and Yuqun Zhang},
|
95 |
+
year={2024},
|
96 |
+
eprint={2403.05286},
|
97 |
+
archivePrefix={arXiv},
|
98 |
+
primaryClass={cs.PL}
|
99 |
+
}
|
100 |
+
```
|