Ollydbg的TLS回调捕获插件 TLSCatch

码农软件 · 软件分类 · 程序调试工具 · 2019-12-01 19:13:43

软件介绍

TLSCatch是一款Ollydbg插件,它可以简单拦截当前进程地址空间的新模块加载操作,并从中搜索tlscallback。如果发现回调,则在每 个回调上设置一个一次性断点。在恶意软件分析中可以捕获任何tls callback。将 TLSCatch.dll拷贝到Ollydbg的插件目录就可以工作。

介绍内容来自 http://www.pulog.org/tools/1706/TLSCatch/

本文地址:https://www.codercto.com/soft/d/20217.html

Data Structures and Algorithms with JavaScript

Data Structures and Algorithms with JavaScript

Michael McMillan / O'Reilly Media / 2014-2-22 / USD 28.51

If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how......一起来看看 《Data Structures and Algorithms with JavaScript》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换