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
Hey! Ive been having some issues with this python script, and since im not qualified enough to solve them, I came here for some help. I saw another issue with "The token does not have the specified privilege." but that was closed without anyone explaining how they solved the issue. Can anyone help me in making this work?
I always get an error like this when running the script:
The token does not have the specified privilege.
C:\Users\Bence\AppData\Local\Programs\Python\Python38-32>python OneByteLdr.py
2020-07-21 17:20:41,132 - pymem - DEBUG - Process 3032 is being debugged
Traceback (most recent call last):
File "OneByteLdr.py", line 4, in
pm = pymem.Pymem('csgo.exe')
File "C:\Users\Bence\AppData\Local\Programs\Python\Python38-32\lib\site-packag
es\pymem_init_.py", line 46, in init
self.check_wow64()
File "C:\Users\Bence\AppData\Local\Programs\Python\Python38-32\lib\site-packag
es\pymem_init_.py", line 51, in check_wow64
verdict = pymem.process.is_64_bit(self.process_handle)
File "C:\Users\Bence\AppData\Local\Programs\Python\Python38-32\lib\site-packag
es\pymem\process.py", line 342, in is_64_bit
response = pymem.ressources.kernel32.IsWow64Process(handle, ctypes.byref(Wow
64Process))
ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to conve
rt
Thank you!
The text was updated successfully, but these errors were encountered:
Hey! Ive been having some issues with this python script, and since im not qualified enough to solve them, I came here for some help. I saw another issue with "The token does not have the specified privilege." but that was closed without anyone explaining how they solved the issue. Can anyone help me in making this work?
I always get an error like this when running the script:
The token does not have the specified privilege.
Thank you!
The text was updated successfully, but these errors were encountered: