summaryrefslogtreecommitdiff
path: root/binparse/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-01-25Fixes the build for c++20 and new version of boostDennis Brentjes
2016-06-27Parses the fixup page and fixup record table.Dennis Brentjes
2016-06-22adds a tree format printer for "binparse" types.Dennis Brentjes
2016-06-22Reduces the amount of boilerplate neccesary to parse the binary format.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.