arise-sustech
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
|
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:** [
|
13 |
- **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
|
14 |
|
15 |
Note: The unified optimization (UO) model is trained without prior knowledge of the optimization levels (O0~O3), the average re-executability is arond 0.21.
|
@@ -85,7 +85,7 @@ c_func_decompile = tokenizer.decode(outputs[0][len(inputs[0]):-1])
|
|
85 |
```
|
86 |
|
87 |
### 4. License
|
88 |
-
This code repository is licensed under the
|
89 |
|
90 |
### 5. Contact
|
91 |
|
|
|
9 |
|
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:** [LLM4Decompile](https://github.com/albertan017/LLM4Decompile)
|
13 |
- **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
|
14 |
|
15 |
Note: The unified optimization (UO) model is trained without prior knowledge of the optimization levels (O0~O3), the average re-executability is arond 0.21.
|
|
|
85 |
```
|
86 |
|
87 |
### 4. License
|
88 |
+
This code repository is licensed under the DeepSeek License.
|
89 |
|
90 |
### 5. Contact
|
91 |
|