首页 > Web开发 > 详细

[MetaHook] Find a function signature

时间:2015-09-06 21:32:47      阅读:341      评论:0      收藏:0      [点我收藏+]

Find a non-public function signature, we need a tool "IDA Pro"

( You can open picture in a new window :D )

Step 1

Load your PE file in IDA

技术分享

Step 2

Find your function, you can use F5 to decompile a function

You can refer to the string and function to locate your function

技术分享

Step 3

Find your function signature

Open IDA Hex view

技术分享

And double-click your function in Function List (on IDA Window left)

技术分享

All right, this is your function signature, copy this line

Step 4

Maby you use the signature in C/C++

技术分享

 

Now, you can use SearchPattern() to get the function address in memory.

 

[MetaHook] Find a function signature

原文:http://www.cnblogs.com/crsky/p/4787136.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!