-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
With the latest pykd (0.3.1.2) i get the following error running generic_fuzzer.py on Windows
[Thu May 12 17:05:07 2016 1648:1752] Exception: Python argument types in
pykd.pykd.startProcess(str)
did not match C++ signature:
startProcess(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > commandline)
startProcess(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > commandline, unsigned long debugOptions)
I think something must have changed in pykd startProcess() function, as the problem seems to be at pykd_iface.py:248
self.id = pykd.startProcess(self.program, debugChildren=True)
removing debugChildren=True seems to fix this. I need debugChildren but I'm very lazy, so I just downloaded pykd 0.3.0.38 and I'm now happy again, but there's probably a different way to pass that argument now.
Metadata
Metadata
Assignees
Labels
No labels