Giter VIP home page Giter VIP logo

wubox's Introduction

WuBOX: A Syscall Tracer Based on eBPF Tech

0. 声明

南开大学18级本科生吴昌昊的毕业设计 基于eBPF实现的Linux系统调用过滤器。(2022)

仅供学习交流 未经许可不得私自盗用

1. 使用环境

  • ubuntu 20.04
  • clang 10.0.0-4ubuntu1
  • llvm 1:10.0-50~exp1
  • cmake (>=3.1), gcc (>=4.7), flex, bison
  • 必须运行在sudo下

2. 程序架构

  • wubox.py 程序的入口,万物的起源。接收输入并切换模式。
  • systrace.py 当然是trace syscall在古早版本中,你可以找到这部分内容,但最终由于优化考虑和方向考虑,这一块内容被精简掉了
  • apptrace.py 跟踪特定app

3. 如何编译

首先需要 pyinstaller,可以通过 sudo pip3 install pyinstaller 进行安装

code目录下, 输入pyinstaller -F wubox.py -n wubox --distpath .

成功打包后即可在\code下找到wubox可执行程序

4. 如何使用

$ sudo ./wubox -h获取帮助信息

wubox's People

Contributors

tequilawch avatar

Watchers

 avatar

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.