pdx debugactiveprocess access denied #576
-
Hi This is a nice fork of the original sulley project! I am having an issue when trying to run against an FTP application during the debug phase.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In case this helps anyone else, this was due to running the application from the user\Desktop. Moving to C:\ fixed the access denied on the debuger. |
Beta Was this translation helpful? Give feedback.
-
This happens when you are trying to attach to a 64-bit app using pydbg which is made for 32-bit applications. Boofuzz doesn't have 64-bit support yet. :'( |
Beta Was this translation helpful? Give feedback.
In case this helps anyone else, this was due to running the application from the user\Desktop.
Moving to C:\ fixed the access denied on the debuger.