Open phaag opened 7 years ago
It looks like one of the data layout mapping objects is not being initialized correctly, though I can't quite tell why from the stack trace. Have you been able to get any of the command line tools working with this same repository?
Is there any possibility that you could share the repository with me? This will make it much easier to triage the issue. Otherwise, perhaps we can find a way to trace down what's going wrong via a discussion here.
Thx for getting back to me. I am using kali rolling with python 3.5. Actually any repo will do it to reproduce - also the test ones: My command line:
env/bin/python flare-wmi/python-cim/samples/ui.py win7 flare-wmi/python-cim/tests/repos/win7/wmikatz/
show_filtertoconsumerbindings.py seem to work on cmd line, but
show_CCM_RecentlyUsedApps.py win7 flare-wmi/python-cim/tests/repos/win7/wmikatz
also crashes:
...
DEBUG:cim.cim.Index:_lookup_keys: index lookup: NS_301D/CD_: page: 0x3c
DEBUG:cim.cim.Index:_lookup_keys: index lookup: NS_301D/CD_: page: 0xf7
DEBUG:cim.cim.Index:_lookup_keys: index lookup: NS_301D/CD_: page: 0x54
Traceback (most recent call last):
File "flare-wmi/python-cim/samples/show_CCM_RecentlyUsedApps.py", line 20, in main
for RUA in ns.class_("CCM_RecentlyUsedApps").instances:
File "/home/kali/cim/env/lib/python3.5/site-packages/cim/objects.py", line 1382, in class_
raise IndexError()
IndexError
Thx for your effort
hey, same error here Archlinux python 3.7
Hi, I have installed python-cim using the ubuntu script. I changed the version strings for python 3.4 onto 3.5. The installation was successful. When starting up I get the output below.
Any idea what needs to be changed?
Thx