Skip to content

Commit

Permalink
Fixed 1 Bug in DisableHShield.qs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Mind committed Feb 26, 2014
1 parent 8370738 commit 8ce534e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Patches/DisableHShield.qs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function DisableHShield() {
}

// Just return 1 without initializing AhnLab :)
exe.replace(offset+1, ' 31 C0 40 90 90 90 90 90 90 90 90', PTYPE_HEX);
exe.replace(offset+8, ' 33 C0 40 90', PTYPE_HEX);

offset = exe.findString('CHackShieldMgr::Monitoring() failed', RAW);
if (offset != -1) {
Expand Down
2 changes: 1 addition & 1 deletion lastcommit.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2014-02-26 03:58:14 GMT+0530
2014-02-26 10:18:11 GMT+0530

0 comments on commit 8ce534e

Please sign in to comment.