03-31-2020, 11:24 AM
in general a patch can be applied by just using
the "patch" utility on linux etc will work the same way.
The pull request was already opened on github: https://github.com/hashcat/hashcat/pull/2350
I think a little bit of patience is always desirable, because developers (amongs others) also need to make sure that a candidate patch/fix doesn't break other things (quality assurance, unit tests etc).
Code:
git apply the_patch.diff
the "patch" utility on linux etc will work the same way.
The pull request was already opened on github: https://github.com/hashcat/hashcat/pull/2350
I think a little bit of patience is always desirable, because developers (amongs others) also need to make sure that a candidate patch/fix doesn't break other things (quality assurance, unit tests etc).