TLS Callback

TLS (Thread Local Storage) callbacks are a mechanism in Windows that allows a program to define a function that will be called when a thread is created. These callbacks can be used to perform various tasks, such as initializing thread-specific data or modifying the behavior of the thread.

As an anti-debugging technique, a program can use a TLS callback to execute code before the main entry point of the program, which is defined in the PE (Portable Executable) header. This allows the program to run secretly in a debugger, as the debugger will typically start at the main entry point and may not be aware of the TLS callback.

The program can use the TLS callback to detect whether it is being debugged, and if it is, it can terminate the process or take other actions to evade debugging. This technique can be used to make it more difficult for a debugger to attach to the process and to hinder reverse engineering efforts.


Evasion Categories

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.

Matching Samples 10 most recent

Sample Name Matching Techniques First Seen Last Seen
main.exe 11 2026-02-07 2 months ago
a.exe 7 2025-10-03 6 months ago
program.exe 6 2025-10-01 6 months ago
DSViper_AES.exe 8 2025-09-23 6 months, 2 weeks ago
xor.exe 6 2025-08-30 7 months, 1 week ago
hemlockwin.exe 8 2025-08-06 8 months ago
teste.exe 6 2025-07-29 8 months, 1 week ago
libcrypto-1_1.dll 7 2025-07-01 9 months ago
loader.exe 8 2025-05-29 10 months, 1 week ago
hello.exe 8 2024-12-27 1 year, 3 months ago
View All

Created

March 18, 2019

Last Revised

March 24, 2026