I was trying to copy the flash demo of pstalker everything was going ok untill I hit the "start stalking" buttun. On doing so I had this error:
Traceback (most recent call last):
File "modules\_PAIMEIpstalker\ProcessListCtrl.py", line 167, in on_attach_detach
File "C:\Python24\Lib\site-packages\utils\process_stalker.py", line 338, in stalk
self.pydbg.run()
File "C:\Python24\Lib\site-packages\pydbg\pydbg_core.py", line 1081, in run
self.debug_event_loop()
File "C:\Python24\Lib\site-packages\pydbg\pydbg_core.py", line 335, in debug_event_loop
self.debug_event_iteration()
File "C:\Python24\Lib\site-packages\pydbg\pydbg_core.py", line 267, in debug_event_iteration
continue_status = self.event_handler_load_dll()
File "C:\Python24\Lib\site-packages\pydbg\pydbg.py", line 990, in event_handler_load_dll
core_ret = pydbg_core.event_handler_load_dll(self)
File "C:\Python24\Lib\site-packages\pydbg\pydbg_core.py", line 562, in event_handler_load_dll
dll = system_dll(self.dbg.u.LoadDll.hFile, self.dbg.u.LoadDll.lpBaseOfDll)
File "C:\Python24\Lib\site-packages\pydbg\system_dll.py", line 89, in __init__
self.path = os.sep + filename.value.split(os.sep, 3)[3]
IndexError: list index out of range
Could any one help explain this? thx






