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