xaoyaoo

Results 22 comments of xaoyaoo

``` mbi = pymem.ressources.structure.MEMORY_BASIC_INFORMATION() pymem.ressources.kernel32.SetLastError(0) pymem.ressources.kernel32.VirtualQueryEx(handle, address, ctypes.byref(mbi), ctypes.sizeof(mbi)) error_code = ctypes.windll.kernel32.GetLastError() ``` The error occurs in `pymem\memory.py`. Windows API error code 87 typically indicates an "invalid parameter" error. https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-...

> > ~what's your windows version and python version (including bitness in both)~ I see it's in the original message您的 Windows 版本和 Python 版本是什么(包括两者中的位数) 我看到它在原始消息中 > > the issue is...

> > > > > 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...

如果你不知道这个工具的意义,说明你不是这个工具的受众群体。

> Same problem but already solved. Uninstall - reboot your PC - reinstall then it can work properly. Don't know what happened but it just works. XD I am using...