Git Product home page Git Product logo

fuzz-mut-demos's Introduction

Demos for fuzzing and mutation testing

一些自实现的模糊测试(Fuzzing,Fuzz Testing)和变异测试(Mutation Testing)的Demo,用作NJU软件学院软件测试课的参考。

项目结构:

.
├── LICENSE       
├── README.md
├── docs            
├── fuzz-targets
├── fuzzer-demo 
├── mut-cases 
└── mutest-demo 
  • docs: 一些资料
  • fuzz-targets: 一些以Java主类为入口的Fuzz Target/Fuzz Driver
  • fuzzer-demo: Fuzzer demo + ASM实战小例子
  • mut-cases: 变异测试Demo的输入
  • mutest-demo: Source-level变异测试Demo

选课的同学们需根据选题自行搭建模糊器(Fuzzer)或变异测试工具。在本仓库中,fuzz-targets和mut-cases为模糊测试或变异测试的输入,供同学们调试代码使用;fuzzer-demo和mutest-demo分别为模糊测试和变异测试的简单实现。

拓展阅读

模糊测试和变异测试通常会涉及一系列程序变换(Program Transformation)和插装(Instrumentation)的分析操作。针对Java程序的分析可以在源代码(.java)层面和字节码层面(.class)进行(即Source-level和Bytecode-level)。这里给出一些Java源代码分析和字节码操作(Bytecode Manipulation)的相关材料。

fuzz-mut-demos's People

Contributors

njuqrx avatar qrxqrx 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.