octomagon / davegrohl

A Password Cracker for macOS
http://www.davegrohl.org
GNU General Public License v2.0
235 stars 39 forks source link

Couldn't find the correct hashing function. #28

Closed ghost closed 1 year ago

octomagon commented 4 years ago

A couple of questions:

To troubleshoot, you may want to create a new user on your Mac with a bad password like "apple". Try to run Dave on that user and see if the problem persists. That'll tell you if the issue is specific to your user.

Dave should not act differently when run repeatedly. Does the issue persist if you recompile Dave by running make clean && make. If some of the .o files were created at different times, that would explain the erratic behavior. I have no clue why make install should break the binary. It's location should not make a difference. This unpredictability smells like dangling pointers to me...