File size: 874 Bytes
5fa01fa
 
 
 
 
 
 
 
 
7bba3ba
5fa01fa
 
b82ea7d
 
 
 
 
 
 
 
 
a8da5fe
209eacd
a8da5fe
209eacd
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Nova 6.7b
emoji: πŸ“š
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 5.28.0
app_file: app.py
pinned: false
short_description: Decompile assembly code to C code using Nova 6.7B BCR model
---

This is a space for testing the [Nova 6.7B binary code recovery
model](https://huggingface.co/lt-asset/nova-6.7b-bcr) which decompiles from
assembly code to C code.  For more information about the model, please refer to
the [model card](https://huggingface.co/lt-asset/nova-6.7b-bcr).

This space allows you to paste assembly code in the form of `objdump -d`
disassembly output (see the pre-populated example), and it will return the
decompiled C code.  It also contains examples from the humaneval dataset at the
bottom of the page.

# Notes

* You *should* be able to copy and paste a function's output from `objdump -d`.
  The offsets/addresses are ignored.