When I attempt to run the sample script program in the documentation I receive an error trying to add a breakpoint to the function ws2_32. I get the following error:
Traceback (most recent call last):
File "C:\Documents and Settings\mgrafton\My Documents\JeffProject\Software\paimei\mg_test.py", line 21, in ?
dbg.bp_set(recv)
File "C:\Documents and Settings\mgrafton\My Documents\JeffProject\Software\paimei\pydbg\pydbg.py",
line 416, in bp_set
raise pdx("Failed setting breakpoint at %08x" % address)
pydbg.pdx.pdx: Failed setting breakpoint at 71ab615a






