Reverse Engineering Automation using Pydbg - I
2013-10-28 03:20:00 Author: www.debasish.in(查看原文) 阅读量:62 收藏

tag:blogger.com,1999:blog-6805032463640148289.post636664486345011268..comments2020-10-08T20:16:39.439+05:30Comments on Debasish Mandal's Blog: Reverse Engineering Automation using Pydbg - IDebasishhttp://www.blogger.com/profile/04265583818630661310[email protected]Blogger3125tag:blogger.com,1999:blog-6805032463640148289.post-72830762641349608522014-01-02T23:51:55.357+05:302014-01-02T23:51:55.357+05:30dbg = pydbg() dbg.load(target_application, sample_...dbg = pydbg()<br />dbg.load(target_application, sample_file)<br />dbg.run() &lt;- You can also try after adding this lineDebasishhttps://www.blogger.com/profile/04265583818630661310[email protected]tag:blogger.com,1999:blog-6805032463640148289.post-22196270555775589432014-01-02T23:49:24.842+05:302014-01-02T23:49:24.842+05:30What happens, if you do this, c:\&gt;yourapp.exe f...What happens, if you do this, c:\&gt;yourapp.exe filename.ext. Does that load that file ??Debasishhttps://www.blogger.com/profile/04265583818630661310[email protected]tag:blogger.com,1999:blog-6805032463640148289.post-73407534308760815402013-12-26T12:25:37.751+05:302013-12-26T12:25:37.751+05:30Hello Sir, I am trying to build small fuzzing scr...Hello Sir,<br /><br />I am trying to build small fuzzing script using pydbg.<br /><br />dbg = pydbg()<br />dbg.load(target_application, sample_file)<br /><br />But when i am using above code the debugger start the target application but the sample file not get loaded in application.<br />Any solution of above problem,<br /><br />Thanks in Advance. Anonymoushttps://www.blogger.com/profile/08869533875024276242[email protected]

文章来源: http://www.debasish.in/feeds/636664486345011268/comments/default
如有侵权请联系:admin#unsafe.sh