Re: [ctypes-users] How come this is different?
Brought to you by:
theller
From: eryk s. <er...@gm...> - 2016-12-10 21:08:45
|
On Sat, Dec 10, 2016 at 7:40 PM, Michael C <mys...@gm...> wrote: > How do I tell it to scan for double? I left it as an exercise for you to figure out how to read other data types. If you understand what it's doing, then reading double values should be simple. > Also, how do I specify the target process? You should be able to figure out how the script uses sys.argv. |