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
In the makefile the rule for wpscrack is incorrect as it hardcodes the
dependencies but has *.o in the compilation command line.
The practical implication is that it doesn't hardcode pins.o as a dependency so
even if it's getting modified, the problem is that when pins.c is modified it
should lead to rebuilding pins.o and reaver but that's not happening.
wpscrack is a target in the makefile that should be called reaver to build the
reaver executable.
What version of the product are you using? On what operating system? r35
.
Original issue reported on code.google.com by g...@watchingyou.info on 2 Jan 2012 at 10:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
g...@watchingyou.info
on 2 Jan 2012 at 10:33The text was updated successfully, but these errors were encountered: