Hi folks, how are ya?
Here's the thing...I had to make a program with threads and after
finished, I found some posts and articles in Google about Python and
threads, raising the question about if it really implements thread
programming or not, because of GIL and the way Python needs to lock
some o
s wrote:
> > dutche wrote:
>
> >>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 an
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 registe
Hi, I'm new in Python and I'm learning with "Learning Python" oreilly's
book which is very good written and explanatory.
Now, that I know a bit of Python, I want to make some simple project, I
thought something like a menu, just like "kxdocks" menu or something
like that, with transparency and all