fxos/fxos/fxos-cli.h

15 lines
263 B
C++

//---
// fxos-cli: A disassembler and OS reverse-engineering tool
//---
#ifndef FXOS_CLI_H
#define FXOS_CLI_H
#include <fxos/target.h>
#include <string>
/* Print general information on an OS file */
void os_info(FxOS::Target &target);
#endif /* FXOS_CLI_H */