LLM4Binary commited on
Commit
22585b0
·
verified ·
1 Parent(s): 9aaf80a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - decompile
5
  - binary
6
  widget:
7
- - text: "# This is the assembly code:\n<func0>:\nendbr64\nlea (%rdi,%rsi,1),%eax\nretq\n# What is the source code?\n"
8
  ---
9
 
10
 
 
4
  - decompile
5
  - binary
6
  widget:
7
+ - text: "# This is the assembly code:\nfloat func0(float param_1)\n\n{\n return param_1 - (float)(int)param_1;\n}# What is the source code?\n"
8
  ---
9
 
10