Re: [python-win32] Quest for memory scanner

2017-10-20 Thread Michael C
Oh I forgot to mention what sort of advise/help I am looking for. First, my target value to scan for is the amount gold/money in Fallout 2. Ok, the first_scan function caught plenty of the right values, but once I run second_scan to compare the addresses of those correct values, none of the addres

[python-win32] Quest for memory scanner

2017-10-20 Thread Michael C
Hello Tim, everyone: I actually have a semi-working scanner, but I can't figure out why it doesn't return nearly as many addresses as Cheat Engine does.(for scan run #1) Let's say I am scanning the Calculator that comes with Windows. Please have a look! import ctypes from ctypes.wintypes import

Re: [python-win32] PyWin32 API

2017-10-20 Thread Michael C
oops! Ok, I'll take a look, thanks! On Fri, Oct 20, 2017 at 11:16 AM, Tim Roberts wrote: > Michael C wrote: > > > > I am wrestling with my life right now, but I'll post more hopefully by > > tomorrow. > > > > Also, I am trying to write my own 'Cheat Engine' or just a memory > > scanner in gener

Re: [python-win32] PyWin32 API

2017-10-20 Thread Tim Roberts
Michael C wrote: > > I am wrestling with my life right now, but I'll post more hopefully by > tomorrow. > > Also, I am trying to write my own 'Cheat Engine' or just a memory > scanner in general,  > I am just looking for simple values such as a int or a double. Wrong thread. Here is C++ code that