add tools for GC patch reverse-engineering

This commit is contained in:
Martin Michelsen
2023-12-13 15:19:21 -08:00
parent d34f47405c
commit a85e161020
4 changed files with 154 additions and 59 deletions
+6
View File
@@ -2,7 +2,13 @@
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
inline void run_ar_code_translator(const std::string&, const std::string&, const std::string&) {
throw std::runtime_error("resource_file is not available; install it and rebuild newserv");
}
inline std::vector<std::pair<uint32_t, std::string>> diff_dol_files(const std::string&, const std::string&) {
throw std::runtime_error("resource_file is not available; install it and rebuild newserv");
}