Skip to content

Commit

Permalink
[NOBIN] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jun 20, 2021
1 parent 65696f8 commit 5a68218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/artefacts_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ bool pesieve::util::is_64bit_code(BYTE *loadedData, size_t loadedSize)
0x48, 0x81, 0xEC // SUB RSP, <DWORD>
};
BYTE prolog64_5_pattern[] = {
0x48, 0x83, 0xE4, 0xF0 //AND rsp, FFFFFFFFFFFFFFF0; Align RSP to 16 bytes
0x48, 0x83, 0xE4, 0xF0 // AND rsp, FFFFFFFFFFFFFFF0; Align RSP to 16 bytes
};


Expand Down

0 comments on commit 5a68218

Please sign in to comment.