Skip to content

Commit

Permalink
Fix read_argument, finish SetInformationThread and GetInformationThread
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Eckels committed Oct 26, 2022
1 parent 8943076 commit f26f743
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 167 deletions.
2 changes: 1 addition & 1 deletion C/AntiDebugPlugin/Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MachineState

uint64_t read_argument(const uint32_t idx)
{
if (idx > paramCount || regArgsSize > paramCount)
if (idx > paramCount)
return 0;

if (idx >= regArgsSize) {
Expand Down
Loading

0 comments on commit f26f743

Please sign in to comment.