Merge pull request #1424 from DarkLordZach/ips-witch

ips_layer: Add support for IPSwitch executable patches
This commit is contained in:
bunnei 2018-10-08 12:30:33 -04:00 committed by GitHub
commit 6b48ba5271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 322 additions and 22 deletions

View file

@ -36,6 +36,7 @@ public:
// Currently tracked NSO patches:
// - IPS
// - IPSwitch
std::vector<u8> PatchNSO(const std::vector<u8>& nso) const;
// Checks to see if PatchNSO() will have any effect given the NSO's build ID.