Changing the EAX register with Python

dutche dutche at gmail.com
Thu Nov 18 15:20:44 EST 2010


Hi folks, I have a unusual question here.

How can I change the value of EAX register under python under Linux??
As paimei does under Windows.

My project is to have a python program that loads a C program and sets
a breakpoint at some address, and then with this breakpoint I change
the EAX register and then continue the program execution.

With Windows and paimei I did that, but under Linux I don't know yet.

Any ideas?

Thank you



More information about the Python-list mailing list