Advanced OS disassembler and reverse-engineering tool.
Go to file
Lephenixnoir 468495856d
implement more of the meat of the tool
* Separate OS and Target conceptually; now an OS is created on an
  existing target which must have ROM bound.
* Add a configuration file with a data library and description files
  which are automatically loaded at startup.
* As a first application, implement target descriptions. It is now
  possible (given the proper library) to type [fxos info fx@3.10] to get
  information on the fx OS version 3.10.
* Set up the pass infrastructure and the first few easy passes. This
  is still a Work In Progress and not yet called from the command-line.
* Improve the copy/move behavior of classes (C++ concerns).
* Add instruction metadata, which will make it easier to write actual
  useful analysis passes.
2019-12-28 17:18:13 +01:00
data implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
fxos implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
include/fxos implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
lib implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
.gitignore initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
Makefile implement more of the meat of the tool 2019-12-28 17:18:13 +01:00