fxos/include/fxos
Lephenixnoir 4d9edecad9
start with the analysis passes
-> The cfg pass loads the function into memory, annotates leaders and
   jumps, and resolves delay slots.
-> The pcrel pass currently computes locations for pc-relative moves and
   jumps, but does not yet compute the pc-relative moved data.
-> The print pass displays the results of analysis with various layout
   and formatting options.
2020-02-12 07:53:00 +01:00
..
disasm-passes start with the analysis passes 2020-02-12 07:53:00 +01:00
disassembly.h start with the analysis passes 2020-02-12 07:53:00 +01:00
domains.h start with the analysis passes 2020-02-12 07:53:00 +01:00
errors.h start with the analysis passes 2020-02-12 07:53:00 +01:00
lang.h start with the analysis passes 2020-02-12 07:53:00 +01:00
library.h define a library abstraction and logging helpers 2020-01-26 12:48:39 +01:00
load.h implement more of the meat of the tool 2019-12-28 17:18:13 +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 start with the analysis passes 2020-02-12 07:53:00 +01:00
target.h start with the analysis passes 2020-02-12 07:53:00 +01:00
util.h define a library abstraction and logging helpers 2020-01-26 12:48:39 +01:00