nova-6.7b / README.md
ejschwartz's picture
README
209eacd

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
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 which decompiles from assembly code to C code. For more information about the model, please refer to the model card.

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.