summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-10fixes the buildHEADmasterDennis Brentjes
2021-05-28Fixes relocation and slowly starts implmenting base DOS and DPMI interrupts.Dennis Brentjes
2021-01-25Adds runner and 32-bit-runner to start implementing software interrupts.Dennis Brentjes
2021-01-25Fixes the build for c++20 and new version of boostDennis Brentjes
2018-06-16Rewrites the binary operation function to have code reuse between unary and b...Dennis Brentjes
2018-06-16Adds some more output to a emulation run.Dennis Brentjes
2018-06-16Some small reformattings.Dennis Brentjes
2018-06-16Implements CLD and O_SMEM as src operand.Dennis Brentjes
2018-06-16Fixes a bug with calculating memory offsets and exposes some more registers.Dennis Brentjes
2016-10-04adds jnz and moves around some output.Dennis Brentjes
2016-10-04Adds shr and cmp (with flags), and adds flags for sub.Dennis Brentjes
2016-10-04adds emulation of a few more instructions.Dennis Brentjes
2016-10-04Started working on a x86 emulator.Dennis Brentjes
2016-09-16Added relocation to disasm.Dennis Brentjes
2016-09-16Fixes SIGILL crashes on clang.Dennis Brentjes
2016-09-16Added wubwubcmake and the asan configuration flags in the CMakeLists.Dennis Brentjes
2016-09-16Fixes the build on clang.Dennis Brentjes
2016-09-11Adds a Pages struct to the le::File which contains all pages.Dennis Brentjes
2016-09-11Writes function assembly to files.Dennis Brentjes
2016-09-10Reserves less, but enough room when using the old distorm interface.Dennis Brentjes
2016-09-10Working function extract, ugly but it works.Dennis Brentjes
2016-09-10Fixes differences in between input buffers in different parts.Dennis Brentjes
2016-09-08Refactored argument parsing, and added stub for extractfunction.Dennis Brentjes
2016-09-07cleaned up disasm, and prepared it to handle multiple commands.Dennis Brentjes
2016-09-06Properly uses cmake to link with distorm3.Dennis Brentjes
2016-09-05Fixes an infinite recursion.Dennis Brentjes
2016-07-19Fixes some warnings.Dennis Brentjes
2016-07-19No longer uses exceptions for control flow.Dennis Brentjes
2016-07-05Made the interface somewhat more consistant.Dennis Brentjes
2016-06-27Parses the fixup page and fixup record table.Dennis Brentjes
2016-06-23adds alot more binary parsing.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-20Adds a disasm program that decodes the first DOS instruction in a LE exe.Dennis Brentjes
2016-06-20adds the option to set an offset to le header.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
2016-06-19Initial commit of a mz-header parser.Dennis Brentjes