Advanced OS disassembler and reverse-engineering tool.
Go to file
Lephenixnoir c9ecb855de
finish the base interfaces
* switch from File to Buffer to manage file contents
* boilerplate for a proprer command-line interface, and complete help
* add a notion of Addressable to avoid losing the source address of very
  information provided by the OS type
* use addressables in the AbstractMemory interface
* fully parse the header and footer of OSes
* bring [fxos info] to the level of the previous implementation
* make most of the OS attributes public
* use char* instead of void* for translation, since void* arithmetic
  triggers a hell of warnings in C++
2019-12-15 18:40:05 +01:00
data initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
fxos finish the base interfaces 2019-12-15 18:40:05 +01:00
include/fxos finish the base interfaces 2019-12-15 18:40:05 +01:00
lib finish the base interfaces 2019-12-15 18:40:05 +01:00
.gitignore initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
Makefile initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00