hashcat / princeprocessor

Standalone password candidate generator using the PRINCE algorithm
Other
425 stars 98 forks source link

Building on OSX possible? #55

Open deweydb opened 6 years ago

deweydb commented 6 years ago

Is it possible to compile for OSX?

gcc   -W -Wall -std=c99 -O2 -s -m64 -DLINUX   -o pp64.bin pp.c mpz_int128.h
clang: error: cannot specify -o when generating multiple output files
make: *** [pp64.bin] Error 1
brandonkovacs commented 6 years ago

I got it working. You have to remove the header from the Makefile in order to compile on Mac OS X. See working fix here. https://github.com/brandonkovacs/princeprocessor/commit/f60ea25ca54d92eef991736a0386a3b8d85bfed4

eyeflip commented 4 years ago

hey im lost, i cant seem to figure out how to compile this to get pp64.app i was able to follow you so far and it compiles the pp64.bin. i thought the end result is supposed to be the pp64.app sorry i am new to this and any help would be awesome, im on mojave if that makes a difference

glennelk commented 4 years ago

Hi,

Sorry to tell you that you'll need to contact whom trained you. I don't give out information like that unless I send it to federal governing agencies, bureaus and commissions.

​From: Mr. Glennell Burnette Original "Icon Electronics" USA Owner NC Merchant Certificate Holder Since Jan.-2003 FCC-GROL w/Radar Endorsement Holder INARTE Proctor/Telecom Specialist https://ieusa.godaddysites.com/, https://icon-electronics-usa.business.sites/, https://https://iconelectronics.biz/, https://www.iconelectronics.biz/, https://iconelectronics.us/, https://www.iconelectronics.us/,


From: eyeflip notifications@github.com Sent: Thursday, April 30, 2020 11:29 AM To: hashcat/princeprocessor princeprocessor@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [hashcat/princeprocessor] Building on OSX possible? (#55)

hey im lost, i cant seem to figure out how to compile this to get pp64.app i was able to follow you so far and it compiles the pp64.bin. i thought the end result is supposed to be the pp64.app sorry i am new to this and any help would be awesome, im on mojave if that makes a difference

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/hashcat/princeprocessor/issues/55#issuecomment-621927171, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB2VZJDXHASK5QCZH2M553DRPGKN5ANCNFSM4EMWROVA.

magnumripper commented 4 years ago

@eyeflip you can rename pp64.bin to pp64.app or use it as is. Personally I'd rename it to just pp64 since it's not an "app" in the macOS sense.