* Docs: Update links with the new organization name
* CI/Travis: Update remotes with the new organization name
* mcsema-disass: Update links with the new organization name
* Dockerfile: Update remotes with the new organization name
* Working on Issue #184. Sort of have the linux runtimes compiling to archives with CMake, though there are some issues with the test cases all breaking.
* Initial attempt at better windows bootstrap
* Lower build requirements to Win7 and VS2013
* Fix Linux runtime lib generation
* A tiny bit of cleanup before attempting to build Windows libraries
* Bootstrap with clang on Windows
* Win32 libs now building, still need to test Win64 and Linux
* Fix Linux build
* Fix bootstrap & build for Win64
* Update ls.cfg
* Update README.md
Updating Windows installation requirements
* Updating documentation to reflect new build command lines
* Generalizes two debugging features. The first, -add-breakpoints, adds instruction-specific 'breakpoint' function calls before every lifted instruction. The second, -add-reg-tracer, adds in a function that prints out the value of every general purpose register before each instruction execution.
* In-progress doc
* ...
* More of the debugging doc, some more images, a PIN tool to complement the new -add-reg-tracer option to mcsema-lift. Still a ways from being done though.