You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "OneByteLdr.py", line 4, in
pm = pymem.Pymem('csgo.exe')
File "C:\Users\cant_\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem_init_.py", line 45, in init
self.open_process_from_name(process_name)
File "C:\Users\cant_\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem_init_.py", line 194, in open_process_from_name
process32 = pymem.process.process_from_name(process_name)
File "C:\Users\cant_\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem\process.py", line 237, in process_from_name
if name in process.szExeFile.decode('utf-8').lower():
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 13: invalid continuation byte
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "OneByteLdr.py", line 4, in
pm = pymem.Pymem('csgo.exe')
File "C:\Users\cant_\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem_init_.py", line 45, in init
self.open_process_from_name(process_name)
File "C:\Users\cant_\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem_init_.py", line 194, in open_process_from_name
process32 = pymem.process.process_from_name(process_name)
File "C:\Users\cant_\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem\process.py", line 237, in process_from_name
if name in process.szExeFile.decode('utf-8').lower():
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 13: invalid continuation byte
The text was updated successfully, but these errors were encountered: