You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a branch on my fork of this repository that includes changes needed to properly support Windows. It also includes a small Powershell script to build the script into a standalone binary. This branch also includes some refactors to the underlying Responder code, removing all the unused and dead code, as well as replacing a lot of the system calls with cross-platform libraries.
Some of the Windows support branch might be useful to merge back in upstream, possibly as another branch. It may also be helpful to at least merge in some of the refactors to Responder (mainly the cleanup of unused code) just for readability and maintainability. (If it would be helpful for me to extract certain parts of that branch out into a couple changes and make a pull request for that instead I am more than happy to do so)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Windows Support
There is a branch on my fork of this repository that includes changes needed to properly support Windows. It also includes a small Powershell script to build the script into a standalone binary. This branch also includes some refactors to the underlying Responder code, removing all the unused and dead code, as well as replacing a lot of the system calls with cross-platform libraries.
Some of the Windows support branch might be useful to merge back in upstream, possibly as another branch. It may also be helpful to at least merge in some of the refactors to Responder (mainly the cleanup of unused code) just for readability and maintainability. (If it would be helpful for me to extract certain parts of that branch out into a couple changes and make a pull request for that instead I am more than happy to do so)
Beta Was this translation helpful? Give feedback.
All reactions