Code Monkey home page Code Monkey logo

Comments (2)

aircrack-ng avatar aircrack-ng commented on August 19, 2024

Known issue. It is due on how it was compiled.

As explained in forum posts, the issue is most likely that it was compiled on a recent CPU that supports AVX instructions. However, your CPU doesn't support AVX (my guess it is a Core2Duo or earlier CPU) and that is the reason of the crash.

Until it is recompiled upstream without optimizations, you can just get the sources and compile it yourself as explained in the wiki and it will work just fine.

from aircrack-ng-archive.

toshi382 avatar toshi382 commented on August 19, 2024

remove aircrack-ng and install it from the source. Follow the following steps.

  1. Download the latest tar.gz.
  2. Unzip the file and go to the aircrack-ng folder.
  3. Copy the code of crypto.c and aicrack-ng.c from https://github.com/aircrack-ng/aircrack-ng and replace the code of your downloaded source.
  4. edit the common.cfg with the following lines.

SSEFLAG=false
INTEL_ASM=false
PTHREAD=Y

  1. make
  2. make install

Hope it help....

from aircrack-ng-archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.