summaryrefslogtreecommitdiff
path: root/disasm
AgeCommit message (Expand)Author
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-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-07-05Made the interface somewhat more consistant.Dennis Brentjes
2016-06-20Adds a disasm program that decodes the first DOS instruction in a LE exe.Dennis Brentjes