Skip to content

Commit

Permalink
Update timing.cpp (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleekZ authored Jan 1, 2023
1 parent 0cf44d9 commit c7642a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion al-khaser/TimingAttacks/timing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "timing.h"

/* Timing attacks or sleepy malwares are used to bypass sandboxed in general
Every system which run in a timeout is vulmerable to this types of attacks */
Every system which run in a timeout is vulnerable to this types of attacks */

BOOL timing_NtDelayexecution(UINT delayInMillis)
{
Expand Down

0 comments on commit c7642a1

Please sign in to comment.