Refactor: Support exe, sane arg order

This commit is contained in:
Will Toohey
2019-11-17 20:58:28 +10:00
parent 01e1818047
commit b27039dbe6
33 changed files with 638 additions and 648 deletions
+2 -4
View File
@@ -10,14 +10,12 @@
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function () {
new DllPatcherContainer([
new DllPatcher("libshare-pj", [
new Patcher("libshare-pj.dll", "", [
{
name: 'Fix "IP CHANGE ERROR"',
patches: [{offset: 0x23305, off: [0x74], on: [0xEB]}]
}
], true)
]);
])
});
</script>
</head>