Anubis icon indicating copy to clipboard operation
Anubis copied to clipboard

AttributeError: module 'ctypes' has no attribute 'windll'

Open Aledangelo opened this issue 1 year ago • 1 comments

I'm running anubis on Linux Centos Stream 8. When I try to run the obfuscated code I got this error:

$ python manage-obf.py runserver
Traceback (most recent call last):
  File "/tmp/tmp11k4sysy", line 154, in <module>
    if not ctypes.windll.shell32.IsUserAnAdmin() != 0:
           ^^^^^^^^^^^^^
AttributeError: module 'ctypes' has no attribute 'windll'

Is this script supposed to work on linux systems or not?

Aledangelo avatar Oct 10 '23 08:10 Aledangelo