Replies: 1 comment
-
@p0dalirius While you are reviewing pull requests, if you have the time, please take a look at this branch of my fork. At the very least it has some changes to Responder that make things cleaner and easier to maintain. If you want certain changes from this branch, I would be happy to extract just the specific ones out into another branch, and get everything ready to be merged. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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