#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"
Go to the source code of this file.
Classes | |
| struct | yaze::zelda3::OracleRomSafetyIssue |
| struct | yaze::zelda3::OracleRomSafetyPreflightResult |
| struct | yaze::zelda3::OracleRomSafetyPreflightOptions |
Namespaces | |
| namespace | yaze |
| namespace | yaze::zelda3 |
| Zelda 3 specific classes and functions. | |
Functions | |
| OracleRomSafetyPreflightResult | yaze::zelda3::RunOracleRomSafetyPreflight (Rom *rom, const OracleRomSafetyPreflightOptions &options) |
| absl::StatusOr< std::string > | yaze::zelda3::ComputeSha256 (const std::string &file_path) |
| absl::Status | yaze::zelda3::VerifySha256 (const std::string &file_path, const std::string &expected_hash) |