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"
This project is a work in progress. The implementation is incomplete and subject to change. The documentation can be inaccurate.
The binary project aims to provide a uniform representation for the data of ELF and PE binary executables.
Documentation provided by GoDoc.
- binary: provides a uniform representation for the data of binary executables.
The source code and any original content of this repository is hereby released into the public domain.