BeRoot icon indicating copy to clipboard operation
BeRoot copied to clipboard

TypeError in "ctypes\__init__.py", line 66, in create_string_buffer"

Open ghost opened this issue 4 years ago • 0 comments

Traceback (most recent call last): File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot.py", line 50, in for r in run_check_all(args.list): File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot.py", line 30, in run_check_all for r in f(): File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot\run.py", line 255, in check_all checks = RunChecks() File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot\run.py", line 32, in init self.service = s.get_services(self.service) File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot\modules\get_info\from_scmanager_services.py", line 21, in get_services for i in EnumServicesStatus(scm): File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot\modules\objects\winstructures.py", line 294, in EnumServicesStatus services_buffer = create_string_buffer("", cbBytesNeeded.value) File "C:\Users\0x00\AppData\Local\Programs\Python\Python39\lib\ctypes_init_.py", line 66, in create_string_buffer raise TypeError(init) TypeError

ghost avatar Mar 28 '21 10:03 ghost