#include "cli/handlers/tools/hex_inspector_commands.h"#include <iostream>#include <iomanip>#include <vector>#include "absl/strings/str_format.h"#include "absl/strings/numbers.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_split.h"#include "rom/rom.h"#include "cli/service/resources/command_context.h"Go to the source code of this file.
Classes | |
| struct | yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::AnnotatedField |
| struct | yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::DataStructure |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::anonymous_namespace{hex_inspector_commands.cc} |
Functions | |
| std::string | yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::PcToSnesLoRom (int pc_addr) |
| int | yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::SnesToPcLoRom (int bank, int addr) |
| void | yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::PrintHexDump (const std::vector< uint8_t > &data, int offset, int size, AddressMode mode, resources::OutputFormatter &formatter) |
| void | yaze::cli::anonymous_namespace{hex_inspector_commands.cc}::PrintAnnotatedStructure (const DataStructure &structure, const std::vector< uint8_t > &data, int offset) |