首页
社区
课程
招聘
[转帖]SigCreator 0.3 by Nicolai Wilkop
发表于: 2014-9-15 00:32 4123

[转帖]SigCreator 0.3 by Nicolai Wilkop

2014-9-15 00:32
4123
SigCreator 0.3 by Nicolai Wilkop
SigCreator is a reproduction of "SigMaker 0.4" for the new OllyDbg version 2.xx.

SigCreator generates you all needed information for using the selected signature in your code. Furthermore it will give you a list of all occurrences of the signature in the current module.

Result:
-------

Sig start // Start-address of signature occurrence
Sig end // End-address of signature (both addresses are inclusive)
// sizeOfSig = sigEnd - sigStart + 1
Modulebase // Base address of the module
Offset // Offset from base address to the signature
Signature // Signature in code design
Mask // Mask of signature in SigMaker-Style

Functions
---------

* Scan code for selected signature
Shows you all occurences of the selected signature.

* Get unique signature
Gives you an unique signature next to the selected address.

Note: SigCreator menu will only appear in the disassembler menu.
Note: You can copy the results by shortcur "Ctrl+C" or by popup menu.


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//