搜索资源列表
《软件加密技术内幕》[配套光盘]
- 此为本书的配套光盘.本书结合实例,重点讲述了软件加密技术及其实施方案,以帮助程序员更好地保护自己的软件。书中介绍了相关系统的底层知识,例如,PE格式深入分析,调试API应用,未公开技术SEH的深入研究等,从而使读者在了解这些底层知识后,可以应用到自己的软件保护方案如各种反跟踪技术的实现中。本书还首度公开了如何编写加壳软件,以及如何将壳与程序融合在一起等一些热门技术。本书由加密解密技术界一流高手共同打造,读者将从本书中获得许多极具商业价值的内幕技术,是专业开发人员不可多得的一本好书。-this b
_cout_163debug
- Debug.x:封装SEH 作用:在程序发生未处理的异常时,利用SEH获得异常时刻的信息,并将信息显示或存储到文件。 相关:pe文件操作 Stack操作-Debug.x : Packaging, but SEH role : the procedural anomalies occurred untreated, but SEH use was unusual moment of the information and information display or storage of the
SEH_APIHook
- 罗聪作品。利用SEH 技术 达到HOOK 同进程 API 的技术。-Luo cong works. SEH use the same technology to process HOOK API technology.
hookntcontinue
- ring0--hook NtContinue+source_code ring0下面hookNtContinue 使用drx7寄存器实现的hook this code hooks ntoskrnl!NtContinue to set dr7 to 0 (no updating of dr7) so NtContinue called from ring3 cannot alter drX registers... This hook will only PREVENT dr
4
- This article introduces a simple approach to in-memory transactions that can be used to implement Undo and Redo. The technique uses SEH and Virtual Memory and requires only STL and Win32.
SEH
- SEH,结构化异常处理,是作为一种系统机制引入到操作系统中的,本身与语言无关。在我们自己的程序中使用SEH可以让我们集中精力开发关键功能,而把程序中所可能出现的异常进行统一的处理,使程序显得更加简洁且增加可读性。 -SEH, structured exception handling, as a system mechanism into the operating system itself has nothing to do with the language. In our own p
SEH_APIHook
- 利用seh实现的hook api,附加可执行程序,相当不错哦-err
findseh
- find跳转地址seh.rar,编写溢出漏洞必须的程序,可以帮助编写自己的shellcode-find Jump Address seh.rar, Overflow Vulnerability to prepare the necessary procedures, can help prepare their own Shellcode
Exception
- Win32 结构化异常处理其核心是操作系统提供的服务,你能找到的关于 SEH 的所有文档都是描述一个特定的编译器运行时库,这个运行库包装着操作系统实现。在本文中,我将一层一层对 SEH 进行剥离,以便展现其最基本的概念-Win32 structured exception handling are its core operating system services, you can find about SEH all documents are to describe a specific
SEH
- 从整体来看,SEH 的可谓不可一世,绝对压倒一切,我将从细微之处开始,用我自己的方式一层一层研究。如果你是一张白纸,以前从没接触过结构化异常处理,那就最好不过了。如果你以前使用过 SEH。那就尝试清理你头脑中的 _try,GetExceptionCode 和 EXCEPTION_EXECUTE_HANDLER 等诸如此类的词,权当自己是个新手。做一个深呼吸,准备好了吗?好,我们开始。-To put this in perspective, SEH is the all-powerful, abs
SEH
- windows 结构化异常处理入门的例子-windows structed except handler primer source code
seh
- Working with Exceptions inject in proce-Working with Exceptions inject in process
VB_SEH_Design_anti_debugging_code
- VB-SEH 反调试设计代码VB-SEH Design of anti-debugging code -VB-SEH Design of anti-debugging code
TestSEH
- SEH异常处理,很完整的一个SEH异常代码,可以参考学习-SEH exception handling, a very complete SEH exception code, can refer to the learning
CPP-seh
- 开发C++过程中,整理关于异常产生的原因,排除方法。包括了扫盲和稍微底层点的内容。 部分摘自网上。-, Finishing exception generated development C++ process, and troubleshooting. Including literacy and a little underlying point. Part taken from the Internet.
SEHGraph
- SEH Graph for IDA PRO
SehHook
- 利用SEH和int3实现apiHOOK的例子, 新手可以学习学习-SEH and the int3 apiHOOK example, novices can learn from
CPP-seh
- 开发C++过程中,整理关于异常产生的原因,排除方法。包括了扫盲和稍微底层点的内容。部分摘自网上。-, Finishing exception generated development C++ process, and troubleshooting. Including literacy and a little underlying point. Part taken from the Internet.
SEHHook
- 高级windows-SEH线程异常钩子源码-High windows-SEH exception thread hook source
sehTest
- 自己写的完整的seh例子代码,很实用。带工程,可以直接编译通过(I write a complete sEH example code, very practical. With a project, it can be compiled and passed directly.)