yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
oracle_rom_safety_preflight.h File Reference
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
Include dependency graph for oracle_rom_safety_preflight.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)