Topic created on: December 16, 2013 08:45 CST by phreak.
Hi all,
I am creating small script for file fuzzing but pydbg load() function not able to load the application with sample file and got hang at dbg.run() function. So please help me out.
test this sample code :
def detect_overflow(dbg):
if dbg.dbg.u.Exception.dwFirstChance:
return DBG_EXCEPTION_NOT_HANDLED
print "Access Violation Happened!"
I modified my fuzzer for fuzzing mp3 file and target appliaction get loaded with sample file now but the file not started in media player ( I have to manually click on play button for start). Please any solution.