fxos/lib
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
..
domains start with the analysis passes 2020-02-12 07:53:00 +01:00
passes start with the analysis passes 2020-02-12 07:53:00 +01:00
disassembly.cpp start with the analysis passes 2020-02-12 07:53:00 +01:00
lang.cpp start with the analysis passes 2020-02-12 07:53:00 +01:00
library.cpp start with the analysis passes 2020-02-12 07:53:00 +01:00
load-asm.l start with the analysis passes 2020-02-12 07:53:00 +01:00
load-header.l define a library abstraction and logging helpers 2020-01-26 12:48:39 +01:00
load-target.l implement more of the meat of the tool 2019-12-28 17:18:13 +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 implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
os.cpp implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
semantics.cpp start with the analysis passes 2020-02-12 07:53:00 +01:00
target.cpp start with the analysis passes 2020-02-12 07:53:00 +01:00
util.cpp define a library abstraction and logging helpers 2020-01-26 12:48:39 +01:00