Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- decompile
|
5 |
- binary
|
|
|
1 |
---
|
2 |
+
language: code # <-- my language
|
3 |
+
widget:
|
4 |
+
- text: "# This is the assembly code with O0 optimization:\n<func0>:\nendbr64\nlea (%rdi,%rsi,1),%eax\nretq\n# What is the source code?\n"
|
5 |
+
license: other
|
6 |
tags:
|
7 |
- decompile
|
8 |
- binary
|