RDTSC
Created the Monday 18 March 2019. Updated 1 year, 1 month ago.
The Read-Time-Stamp-Counter (RDTSC) instruction can be used by malware to determine how quicky the processor executes the program's instructions. It returns the count of the number of ticks since the last system reboot as a 64-bit value placed into EDX:EAX
.
It will execute RDTSC twice and then calculate the difference between low order values and check it with CMP condition. If the difference lays below 0FFFh
no debugger is found if it is above or equal, then application is debugged.
Code Snippets
Detection Rules
Additional Resources
External Links
The resources provided below are associated links that will give you even more detailed information and research on current evasion technique. It is important to note that, while these resources may be helpful, it is important to exercise caution when following external links. As always, be careful when clicking on links from unknown sources, as they may lead to malicious content.
- An Anti-Reverse Engineering Guide - CodeProject
- https://www.aldeid.com/wiki/RDTSC-Read-Time-Stamp-Counter
Matching Samples 10 most recent
Sample Name | Matching Techniques | First Seen | Last Seen |
---|---|---|---|
SDLoader.dll | 6 | 2024-11-17 | 14 hours, 52 minutes ago |
System.Transactions.dll | 10 | 2024-11-15 | 2 days, 10 hours ago |
System.Printing.dll | 6 | 2024-11-15 | 2 days, 10 hours ago |
System.EnterpriseServices.Wrapper.dll | 7 | 2024-11-15 | 2 days, 10 hours ago |
System.EnterpriseServices.dll | 9 | 2024-11-15 | 2 days, 10 hours ago |
NAPCRYPT.DLL | 7 | 2024-11-15 | 2 days, 10 hours ago |
Microsoft.WindowsAuthenticationProtocols.Commands.dll | 7 | 2024-11-15 | 2 days, 11 hours ago |
Microsoft.CertificateServices.PKIClient.Cmdlets.dll | 7 | 2024-11-15 | 2 days, 11 hours ago |
ISymWrapper.dll | 8 | 2024-11-15 | 2 days, 11 hours ago |
CustomMarshalers.dll | 9 | 2024-11-15 | 2 days, 11 hours ago |