Giter VIP home page Giter VIP logo

atheroscsi-ng's Introduction

AtherosCSI-NG

The Atheros CSI tool, pusblished by @xieyaxiongfly, is composed by:

The modified kernel is distributed in the form of a complete set of kernel sources, more specifically 4.1.10 kernel sources, but this format poses several problems:

  • you have to change a whole kernel only for the sake of a single driver
  • your system gets stuck in a specific kernel version
  • this breaks compatibility with newer versions of gnu/linux distros and the hardware support to newer computers
  • this renders your system extremely vulnerable to several bugs that have been patched in the kernel since then

So, we extracted and adapted the code that was truly added/modified from the kernel sources. This way we obtained a valid, compatible, flexible patch file that you can successfully apply on newer kernels so you don't have to sacrifice {bluetooth,wifi,ethernet,security,newer software} in order to be able to perform research with this intesting tool.
And more important, you'll get rid of old, incompatible, unsecure kernels.

Compatibility

Tested on ubuntu 16.04 original kernel sources

Use

drop this file anywhere in your system, then, from the directory of your kernel sources:
cat path/to/this/patch/ath_csi.patch | patch -p1 --dry-run
if you get no rejects, you can patch:
cat path/to/this/patch/ath_csi.patch | patch -p1
and then you can configure, make and install or build kernel-package as usual.

Contact Info

[email protected]

I hope this patch could serve more people. Enjoy!
AA

atheroscsi-ng's People

Contributors

alejandro-amo avatar

Watchers

 avatar

Forkers

hive10

atheroscsi-ng's Issues

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.