Skip to content

Commit

Permalink
no msg :(
Browse files Browse the repository at this point in the history
Signed-off-by: Mai Ooizumi <[email protected]>
  • Loading branch information
Mai-Ooizumi committed Apr 10, 2024
1 parent ab4bb63 commit 9c7a963
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions VScriptAutoPatcher/VScriptAutoPatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ int main()

PatchFile(filePath, { 0xBE, 0x01, 0x2A, 0x2A, 0x2A, 0x2B, 0xD6, 0x74, 0x2A, 0x3B, 0xD6 }, { 0xBE, 0x02 });
}
else
{
std::cerr << "File doesn't exist" << std::endl;
return 2;
}

}
catch (const std::exception & e)
Expand Down

0 comments on commit 9c7a963

Please sign in to comment.