RlDecompiler
Collection
2 items • Updated
Input format
# This is the assembly code:
{{ asm }}
{%- if strings %}
# Some const strings which may be used in this function:
{% for k, v in strings.items() -%}
{{ k }} = {{ v }}
{% endfor -%}
{%- endif -%}
{%- if floats %}
# Some const floats which may be used in this function:
{% for k, v in floats.items() -%}
{{ k }} = {{ v }}
{% endfor -%}
{%- endif %}
# What is the source code?
Example:
# This is the assembly code of function
<crashme>:
push %rbp
mov %rsp,%rbp
mov %rdi,-0x8(%rbp)
mov -0x8(%rbp),%rax
movl $0x1,(%rax)
pop %rbp
ret
# What is the source code?