Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 572 Bytes

bin2ast

The bin2ast code base accompanying the paper "Neural Machine Translation for Recovering ASTs from Binaries" accepted to the 3rd IEEE International Conference on Software Engineering and Artificial Intelligence (SEAI 2023).

Contents

This repository contains code written in Python.

  • LICENSE.txt: License for the software components in this repository.
  • README.md: This README file.
  • pyproject.toml: This file declares and defines the skema Python package.
  • bin2ast

The bin2ast directory contains the framework subpackage source code

  • TODO