Skip to content

Commit

Permalink
fixed namespace difference from SharpSploit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWover committed Oct 29, 2020
1 parent bf63d47 commit 1063a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DInvoke/DInvoke/Injection/Execution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ ref threadid
}

// If successful, return the handle to the new thread. Otherwise return NULL
if (result != Native.NTSTATUS.Success)
if (result != Data.Native.NTSTATUS.Success)
{
return false;
}
Expand Down

0 comments on commit 1063a19

Please sign in to comment.