Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.36 KB

NOTICE: New project home!

The binary library has been merged with the decomp/exp project (see mewspring/binary#8).

For active development, the new home of mewrev/binary is the decomp/exp repository, under the import path bin.

-import "github.com/mewrev/binary"
+import "github.com/decomp/exp/bin"

WIP

This project is a work in progress. The implementation is incomplete and subject to change. The documentation can be inaccurate.

binary

Build Status Coverage Status GoDoc

The binary project aims to provide a uniform representation for the data of ELF and PE binary executables.

Documentation

Documentation provided by GoDoc.

  • binary: provides a uniform representation for the data of binary executables.

Public domain

The source code and any original content of this repository is hereby released into the public domain.