summaryrefslogtreecommitdiff
path: root/binparse/binparse.hpp
AgeCommit message (Collapse)Author
2016-06-22Reduces the amount of boilerplate neccesary to parse the binary format.Dennis Brentjes
2016-06-19implements a LE file parser and bare outputter.Dennis Brentjes
2016-06-19adds an LE file parser and refactors some code.Dennis Brentjes
2016-06-19Adds an LE executable parser.Dennis Brentjes
Adds the binparse library that holds common components for the MZ and LE parsers.