- 授权协议: GPLv2
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: http://code.google.com/p/ollytlscatch/
软件介绍
TLSCatch是一款Ollydbg插件,它可以简单拦截当前进程地址空间的新模块加载操作,并从中搜索tlscallback。如果发现回调,则在每 个回调上设置一个一次性断点。在恶意软件分析中可以捕获任何tls callback。将 TLSCatch.dll拷贝到Ollydbg的插件目录就可以工作。
介绍内容来自 http://www.pulog.org/tools/1706/TLSCatch/
Java Concurrency in Practice
Brian Goetz、Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes、Doug Lea / Addison-Wesley Professional / 2006-5-19 / USD 59.99
This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Pe......一起来看看 《Java Concurrency in Practice》 这本书的介绍吧!
