Derek
Derek
try to enable `esModuleInterop` in tsconfig.
> like same error File "C:\ProgramData\python3.7.3\lib\site-packages\pymem\pattern.py", line 166, in pattern_scan_all return_multiple=return_multiple File "C:\ProgramData\python3.7.3\lib\site-packages\pymem\pattern.py", line 54, in scan_pattern_page mbi = pymem.memory.virtual_query(handle, address) File "C:\ProgramData\python3.7.3\lib\site-packages\pymem\memory.py", line 1119, in virtual_query raise pymem.exception.WinAPIError(error_code) pymem.exception.WinAPIError:...
> > > like same error File "C:\ProgramData\python3.7.3\lib\site-packages\pymem\pattern.py", line 166, in pattern_scan_all return_multiple=return_multiple File "C:\ProgramData\python3.7.3\lib\site-packages\pymem\pattern.py", line 54, in scan_pattern_page mbi = pymem.memory.virtual_query(handle, address) File "C:\ProgramData\python3.7.3\lib\site-packages\pymem\memory.py", line 1119, in virtual_query raise...
> With this patched in, I'm unfortunately still receiving WinApi 299 errors from `read_bytes`. Is your system is x64, and the target process is x86?
> > Is your system is x64, and the target process is x86? > > Yes, that is correct. I'm using a 32-bit version of Python 3.11 as well. I...
> Yep, it's nothing fancy. Just a class that's wrapping `pattern_scan_all`. > > I have a few functions that will run a scan indefinitely. It could work for minutes or...