-
Notifications
You must be signed in to change notification settings - Fork 53
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
Problem with some binaries #8
Comments
After a cleaner installation: Now every example file work fine, but with mine I get: Adding -l $(pwd)/obj-ia32/ doesn't fix, i'm sure the binary is on 32bit: I'm a novice, don't really know what info I can provide to get the problem more clear... |
hmmm can you try and see if inscount gets created? Maybe pin didn't install right. |
I'm sorry... I forgot to give the execute permission to the file... That's why Pin wasn't working now I get again the error "empty set", also tried what you said but I don't think I understand: inscount doesn't get created when I write |
Sorry, would you try it with "examples/crypt4" not just "crypt4" it needs to be able to see the crypt4 example file |
Hi, I'm trying this very nice tool with some binary, but sometimes it seems not to work.
It happens even with one of the example binary, so I presume it is a problem caused by something I do wrong.
when I launch:
./pinCTF.py -f $(pwd)/examples/crypt4 -a -sl 26 --threading -tc 4
I get:
https://i.gyazo.com/2f9d45875e9a438bec445b9d7dc1466d.png
The other 2 examples work fine, but I get the same problem in others binaries..
any ideas about what I'm doing wrong?
The text was updated successfully, but these errors were encountered: