OneByteLdr icon indicating copy to clipboard operation
OneByteLdr copied to clipboard

Help.

Open imamsmajser opened this issue 5 years ago • 14 comments

I use the latest version of Python.I start CS:GO and after that a Python scrpit. My dll still gets detectable,what to do?

imamsmajser avatar Jun 28 '20 09:06 imamsmajser

Try this: https://github.com/danielkrupinski/OneByteLdr/issues/5

jxian725 avatar Jun 28 '20 10:06 jxian725

Try this: #5

@jxian725 i am using pymem version 1.2 thats the issue???

xmine7890 avatar Jun 28 '20 10:06 xmine7890

Try this: #5

@jxian725 i am using pymem version 1.2 thats the issue???

im using latest,but cmd opens for a second then close

imamsmajser avatar Jun 28 '20 10:06 imamsmajser

@jxian725 @danielkrupinski i am getting this after installing 32-bit version of python and pymem 1.2 version C:>python OneByteLdr.py The token does not have the specified privilege.

Traceback (most recent call last): File "OneByteLdr.py", line 4, in pm = pymem.Pymem('csgo.exe') File "C:\Python\Python38-32\lib\site-packages\pymem_init_.py", line 45, in init self.open_process_from_name(process_name) File "C:\Python\Python38-32\lib\site-packages\pymem_init_.py", line 198, in open_process_from_name self.open_process_from_id(self.process_id) File "C:\Python\Python38-32\lib\site-packages\pymem_init_.py", line 220, in open_process_from_id raise pymem.exception.CouldNotOpenProcess(self.process_id) pymem.exception.CouldNotOpenProcess: Could not open process: 14800

xmine7890 avatar Jun 28 '20 10:06 xmine7890

Try this: #5

@jxian725 i am using pymem version 1.2 thats the issue???

im using latest,but cmd opens for a second then close

Run the python script from cmd or python.exe. not direct double clicking it so that you may see and troubleshoot token error for the failure. Most probably is that your python missing pymem and win32api module

jxian725 avatar Jun 28 '20 10:06 jxian725

@jxian725 @danielkrupinski i am getting this after installing 32-bit version of python and pymem 1.2 version C:>python OneByteLdr.py The token does not have the specified privilege.

Traceback (most recent call last): File "OneByteLdr.py", line 4, in pm = pymem.Pymem('csgo.exe') File "C:\Python\Python38-32\lib\site-packages\pymem__init__.py", line 45, in init self.open_process_from_name(process_name) File "C:\Python\Python38-32\lib\site-packages\pymem__init__.py", line 198, in open_process_from_name self.open_process_from_id(self.process_id) File "C:\Python\Python38-32\lib\site-packages\pymem__init__.py", line 220, in open_process_from_id raise pymem.exception.CouldNotOpenProcess(self.process_id) pymem.exception.CouldNotOpenProcess: Could not open process: 14800

Just run as admin for the command. If the problem still exist you may try downgrade your pymem to v1.0 as suggested by daniel

jxian725 avatar Jun 28 '20 10:06 jxian725

How to run command from cmd or python?

imamsmajser avatar Jun 28 '20 10:06 imamsmajser

How to run command from cmd or python?

Open cmd then run: [python.exe path] [OneByteLdr.py path]

jxian725 avatar Jun 28 '20 10:06 jxian725

How to run command from cmd or python?

Open cmd then run: [python.exe path] [OneByteLdr.py path]

how to install pymem?

imamsmajser avatar Jun 28 '20 11:06 imamsmajser

How to run command from cmd or python?

Open cmd then run: [python.exe path] [OneByteLdr.py path]

how to install pymem?

pip install pymem in cmd

xmine7890 avatar Jun 28 '20 11:06 xmine7890

How to run command from cmd or python?

Open cmd then run: [python.exe path] [OneByteLdr.py path]

how to install pymem?

pip install pymem in cmd help i got this error when try to install it https://prnt.sc/t9bblx

urmommine avatar Jun 30 '20 18:06 urmommine

How to run command from cmd or python?

Open cmd then run: [python.exe path] [OneByteLdr.py path]

how to install pymem?

pip install pymem in cmd help i got this error when try to install it https://prnt.sc/t9bblx

you can also install pymem manually here: https://pypi.org/project/Pymem/#files

jxian725 avatar Jul 01 '20 05:07 jxian725

How to run command from cmd or python?

Open cmd then run: [python.exe path] [OneByteLdr.py path]

how to install pymem?

pip install pymem in cmd help i got this error when try to install it https://prnt.sc/t9bblx

pip install pymem has to be run from a normal CMD window, not a window with python running in it.

KillaBoi avatar Jul 02 '20 15:07 KillaBoi

@jxian725 @danielkrupinski i am getting this after installing 32-bit version of python and pymem 1.2 version C:>python OneByteLdr.py The token does not have the specified privilege. Traceback (most recent call last): File "OneByteLdr.py", line 4, in pm = pymem.Pymem('csgo.exe') File "C:\Python\Python38-32\lib\site-packages\pymem__init__.py", line 45, in init self.open_process_from_name(process_name) File "C:\Python\Python38-32\lib\site-packages\pymem__init__.py", line 198, in open_process_from_name self.open_process_from_id(self.process_id) File "C:\Python\Python38-32\lib\site-packages\pymem__init__.py", line 220, in open_process_from_id raise pymem.exception.CouldNotOpenProcess(self.process_id) pymem.exception.CouldNotOpenProcess: Could not open process: 14800

Just run as admin for the command. If the problem still exist you may try downgrade your pymem to v1.0 as suggested by daniel

Im getting the same error. I have the latest version of python and pymem 1.0 and win32api. Still gives me the error when I try to run the OneByteLdr.py

AlexxSL avatar Jul 09 '20 01:07 AlexxSL