hefronmedia / vilefault

Automatically exported from code.google.com/p/vilefault
0 stars 0 forks source link

vfcrack abort trap, OS X 10.6.2 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make vfcrack
2. run vfcrack with dictionary and dmg, no fpga

What is the expected output? What do you see instead?

Expect to see vfcrack run, instead see:

Abort trap

What version of the product are you using? On what operating system?

believe I have most recent version of source, Mac OS X 10.6.2

Also, when making vfcrack, I get the following warnings:

$ make
gcc -Wall -O2 -funroll-loops   -c -o vfcrack.o vfcrack.c
gcc -Wall -O2 -funroll-loops   -c -o fpga.o fpga.c
fpga.c: In function ‘addreg’:
fpga.c:184: warning: pointer targets in passing argument 1 of ‘swapbytes’ 
differ in signedness
gcc -Wall -O2 -funroll-loops   -c -o picodrv.o picodrv.c
gcc -Wall -O2 -funroll-loops -o vfcrack vfcrack.o fpga.o picodrv.o -lssl 
-lcrypto

Please provide any additional information below.

Original issue reported on code.google.com by ptu...@gmail.com on 8 Apr 2010 at 9:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Did this ever get fixed? What's the remedy?

Original comment by XIPS...@gmail.com on 17 Oct 2011 at 3:34