I've been trying to run shadow as i have followed the steps highlighted but i don't know why i kept getting something like a python compilation error, although typing
! load pykd.pyd
do not seem to work for me, everytime i run load pykd.pyd i kept getting
**"The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n2
"The system cannot find the file specified."
Please check your debugger configuration and/or network access"**
this error
i instead i just use stick to using this
!load pykd
but after running !load pykd, running
!py c:\tmp\shadow\pykd_driver help gives error of
:000> !py C:\tmp\shadow\pykd_driver help
Traceback (most recent call last):
File "C:\tmp\shadow\pykd_driver.py", line 10, in
import shadow
File "C:\tmp\shadow\shadow.py", line 53, in
xul_version = dbg.get_xul_version()
File "C:\tmp\shadow\pykd_engine.py", line 65, in get_xul_version
version = pykd.loadCStr(pykd.module('xul').offset('gToolkitVersion'))
I just can't seem to get it to work, as i have moved the pykd 0.30 version dll file of the winext folder as stated in the installation file... i don't know why i cant get it to work.
I've been trying to run shadow as i have followed the steps highlighted but i don't know why i kept getting something like a python compilation error, although typing ! load pykd.pyd do not seem to work for me, everytime i run load pykd.pyd i kept getting
**"The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n2
Please check your debugger configuration and/or network access"** this error i instead i just use stick to using this !load pykd but after running !load pykd, running !py c:\tmp\shadow\pykd_driver help gives error of
:000> !py C:\tmp\shadow\pykd_driver help
Traceback (most recent call last):
File "C:\tmp\shadow\pykd_driver.py", line 10, in
File "C:\tmp\shadow\shadow.py", line 53, in
xul_version = dbg.get_xul_version()
File "C:\tmp\shadow\pykd_engine.py", line 65, in get_xul_version version = pykd.loadCStr(pykd.module('xul').offset('gToolkitVersion'))
I just can't seem to get it to work, as i have moved the pykd 0.30 version dll file of the winext folder as stated in the installation file... i don't know why i cant get it to work.
Thanks for your time