fxos/fxos/fxos-cli.h

14 lines
234 B
C++

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