-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX | Solution #3
Comments
@iosdec Cool, thanks. What about |
@chinarulezzz dear can you please explain does it work with executable(binary file) . What is the purpose of this tool , will it execute the payload and display the image. |
@chinarulezzz Added Image-ExifTool installation instructions too |
@iosdec Huge thanks, for your help. I remembered that there is cpanminus. It probably is able to ease the routine. @tehseensagar Please refer to #2 and #4. |
@chinarulezzz you’re welcome! yes that’s correct, but this was the first thing I tried but gave up with it. must be something to do with where cpan stores the modules compared to ‘sudo make install’ |
@iosdec hey, while installing String-CRC32 have an issue on step 3 - make test - Test Summary Reportt/crc.t (Wstat: 65280 Tests: 0 Failed: 0) |
I added a Dockerfile (see README for instructions). Maybe that helps you. Regards. |
heh, there is a perl way to install modules with all their dependencies properly. |
I had a few issues with getting this working on OSX, here is my solution:
Download GD, String-CRC32 and Image-ExifTool from here (download link on the left):
https://metacpan.org/pod/GD
https://metacpan.org/pod/distribution/String-CRC32/CRC32.pod
https://metacpan.org/pod/Image::ExifTool
Unzip:
Install GD:
Install String-CRC32:
Install Image-ExifTool:
The text was updated successfully, but these errors were encountered: