I have a problem with pydbg, when I want change EIP register after that the program cause a Access Violation.
I do call a function with some arguments that produced a Buffer Overflow. When it is produce, my handler_access_violation it is call, and if I want change the EIP register, it is imposible.
Are there any way to pass this exception and continue control my program with pydbg?
Thanks for all.
A regards.







