Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix and add tests for NULL deref cases found by scan-build | David Phillips | 2019-08-11 |
| | |||
* | input_bin: Refactor disassembly to allow input from buffers | David Phillips | 2019-08-03 |
This somewhat complicates the previous file dissassembly logic, but paves the way for disassembling instructions from buffered memory. This will be required for emulation. Also adds some test cases which nabbed bugs during the development and testing of this change. |