Quote:
|
Originally Posted by Dutch
I don't think that will be very helpfull.. Did you install aircrack via make install ? If that is the case, you have stripped the debugging info available.
|
My bad, I removed the -g option from the Makefile in beta5. grcore, could you recompile aircrack with this option ? (change "
CFLAGS = -s -W -Wall -O2" to "
CFLAGS = -g -W -Wall -O2" in the Makefile).