-
Notifications
You must be signed in to change notification settings - Fork 32
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
Segmentation Fault when cracking #1
Comments
Do you have access to linux install on the same machine? Can you try to exec with linux on the same machine for understanding if it is a macos specific memory allocation problem? |
Ah yes I do. I will try on the linux box and will report back again 👍 |
I can confirm that it crashes on macOs and Linux.
|
I have the same problem on rapsberry pi |
I get a «killed» when using the software on Debian bullseye on a RPi 2:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A segmentation fault will occur when starting to crack the card with
mfoc-hardnested
.I notice from the README that this repo uses similar techniques from https://github.com/vk496/mfoc. The code from that repo also raises segmentation fault: 11, so I included the excerpt of the run output from the code from that repo at the end of this issue, too. In case it helps. It fails around Apply bit flip properties step.
Platform & OS:
MacOS Catalina 10.15.5
CPU Intel i7-9750H
Ram 16GB
Configure & build using:
autoreconf -is ./configure make && sudo make install
./configure
outputmake
output:mfoc run output from https://github.com/vk496/mfoc.
The text was updated successfully, but these errors were encountered: