index
:
openwar.git
master
[no description]
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-10-04
Started working on a x86 emulator.
Dennis Brentjes
2016-09-16
Added relocation to disasm.
Dennis Brentjes
2016-09-16
Fixes SIGILL crashes on clang.
Dennis Brentjes
2016-09-16
Added wubwubcmake and the asan configuration flags in the CMakeLists.
Dennis Brentjes
2016-09-16
Fixes the build on clang.
Dennis Brentjes
2016-09-11
Adds a Pages struct to the le::File which contains all pages.
Dennis Brentjes
2016-09-11
Writes function assembly to files.
Dennis Brentjes
2016-09-10
Reserves less, but enough room when using the old distorm interface.
Dennis Brentjes
2016-09-10
Working function extract, ugly but it works.
Dennis Brentjes
2016-09-10
Fixes differences in between input buffers in different parts.
Dennis Brentjes
2016-09-08
Refactored argument parsing, and added stub for extractfunction.
Dennis Brentjes
2016-09-07
cleaned up disasm, and prepared it to handle multiple commands.
Dennis Brentjes
2016-09-06
Properly uses cmake to link with distorm3.
Dennis Brentjes
2016-09-05
Fixes an infinite recursion.
Dennis Brentjes
2016-07-19
Fixes some warnings.
Dennis Brentjes
2016-07-19
No longer uses exceptions for control flow.
Dennis Brentjes
2016-07-05
Made the interface somewhat more consistant.
Dennis Brentjes
2016-06-27
Parses the fixup page and fixup record table.
Dennis Brentjes
2016-06-23
adds alot more binary parsing.
Dennis Brentjes
2016-06-22
adds a tree format printer for "binparse" types.
Dennis Brentjes
2016-06-22
Reduces the amount of boilerplate neccesary to parse the binary format.
Dennis Brentjes
2016-06-20
Adds a disasm program that decodes the first DOS instruction in a LE exe.
Dennis Brentjes
2016-06-20
adds the option to set an offset to le header.
Dennis Brentjes
2016-06-19
implements a LE file parser and bare outputter.
Dennis Brentjes
2016-06-19
adds an LE file parser and refactors some code.
Dennis Brentjes
2016-06-19
Adds an LE executable parser.
Dennis Brentjes
2016-06-19
Initial commit of a mz-header parser.
Dennis Brentjes