fxos/lib
Lephenixnoir a572f20d4d
os: support fx-CG OS structures
This change adds OS parsing for fx-CG OSes; this includes the
information available in [fxos info] but also makes it possible to
disassemble syscalls using [fxos disasm].

Symbols and addresses, including syscall names, are still shared with
legacy FX versions, which is definitely a no-no.
2020-06-13 10:47:13 +02:00
..
domains implement the syscall pass, and symbol resolution 2020-02-15 18:42:14 +01:00
passes print: show ellipses when addresses jump in output 2020-06-11 20:03:42 +02:00
disassembly.cpp support non-decoded instructions 2020-02-29 16:32:25 +01:00
lang.cpp support for mova, and more responsible OS creation 2020-02-29 11:25:03 +01:00
library.cpp support for mova, and more responsible OS creation 2020-02-29 11:25:03 +01:00
load-asm.l support for mova, and more responsible OS creation 2020-02-29 11:25:03 +01:00
load-header.l add disassembly from arbitrary file 2020-02-16 21:45:16 +01:00
load-symbols.l add disassembly from arbitrary file 2020-02-16 21:45:16 +01:00
load-target.l add disassembly from arbitrary file 2020-02-16 21:45:16 +01:00
load-target.y implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
log.cpp define a library abstraction and logging helpers 2020-01-26 12:48:39 +01:00
memory.cpp os: support fx-CG OS structures 2020-06-13 10:47:13 +02:00
os.cpp os: support fx-CG OS structures 2020-06-13 10:47:13 +02:00
semantics.cpp better manage exceptions and instruction-level passes 2020-02-28 16:19:50 +01:00
symbols.cpp add support for flexible location specifiers 2020-02-17 22:56:41 +01:00
target.cpp better manage exceptions and instruction-level passes 2020-02-28 16:19:50 +01:00
util.cpp better manage exceptions and instruction-level passes 2020-02-28 16:19:50 +01:00