搜索资源列表
tls_src
- 线程本地存储(TLS)的一个类,可以实现多线程对共享资源的同步.
02UseTLS
- 程序演示了如何使用windows下 TLS功能,注释已经非常详细 -using windows TLS
AFXTLS
- 一个自定义的线程局部存储类 比原来的TLS好用-A custom analog original thread local storage easy to use TLS
fasm_tls_selfmodify
- Self-modifying TLS callbacks This PE has only one TLS callback active at load time. However, the callback executes 0x10 times because it modifies TLS table before returning. fasm source
masm_infect_TLS
- Hi, I programmed a PoC of files infecting with TLS structure, this is a basic example. Is programmed in MASM and add section to secure loader write and TLS CallBacks.-Hi, I programmed a PoC of files infecting with TLS structure, this is