Advanced OS disassembler and reverse-engineering tool.
Go to file
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
data basic setup for running disassembly passes 2019-12-29 19:17:33 +01:00
fxos start with the analysis passes 2020-02-12 07:53:00 +01:00
include/fxos start with the analysis passes 2020-02-12 07:53:00 +01:00
lib start with the analysis passes 2020-02-12 07:53:00 +01:00
.gitignore initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
Makefile start with the analysis passes 2020-02-12 07:53:00 +01:00