fxos/include/fxos
Lephenixnoir 2e58a8850b
support non-decoded instructions
This finally makes it possible to disassemble any interval without
worrying about potential errors. That's some progress.

By the way, now we can fully disassemble fx@3.10. Takes about 6 seconds
for the analysis passes, and ~9 seconds for printing on my machine.
2020-02-29 16:32:25 +01:00
..
disasm-passes support for mova, and more responsible OS creation 2020-02-29 11:25:03 +01:00
disassembly.h support non-decoded instructions 2020-02-29 16:32:25 +01:00
domains.h implement the syscall pass, and symbol resolution 2020-02-15 18:42:14 +01:00
errors.h better manage exceptions and instruction-level passes 2020-02-28 16:19:50 +01:00
lang.h support for mova, and more responsible OS creation 2020-02-29 11:25:03 +01:00
library.h add the library command for a bit of introspection 2020-02-16 21:23:10 +01:00
load.h add the library command for a bit of introspection 2020-02-16 21:23:10 +01:00
log.h define a library abstraction and logging helpers 2020-01-26 12:48:39 +01:00
memory.h implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
os.h implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
semantics.h implement the syscall pass, and symbol resolution 2020-02-15 18:42:14 +01:00
symbols.h add support for flexible location specifiers 2020-02-17 22:56:41 +01:00
target.h better manage exceptions and instruction-level passes 2020-02-28 16:19:50 +01:00
util.h add disassembly from arbitrary file 2020-02-16 21:45:16 +01:00