GithubHelp home page GithubHelp logo

zhekehz / kex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vorpal-research/kex

0.0 1.0 0.0 3.71 MB

White-box fuzzer for Java bytecode

License: Apache License 2.0

Kotlin 99.44% Java 0.53% Shell 0.03%

kex's Introduction

Kex

Kex is a white-box fuzzer tool for Java bytecode.

Dependencies

  • z3-java v4.8.6

    you need to manually install jar package with java bindings to your local maven repository using following command:

    mvn install:install-file -Dfile=/usr/lib/com.microsoft.z3.jar -DgroupId=com.microsoft 
    -DartifactId=z3 -Dversion=4.8.6 -Dpackaging=jar
    
  • boolector-java v3.2.1

Build

  • build jar with all the dependencies:

    mvn clean package
    
  • build with only one SMT solver support:

    mvn clean package -Psolver
    

    where solver stand for required solver name (boolector or z3)

Run all the tests:

mvn clean verify

Usage

Usage: kex
    --config <arg>                  configuration file
 -h,--help                          print this help and quit
 -j,--jar <arg>                     input jar file path
    --log <arg>                     log file name (`kex.log` by default)
 -m,--mode <arg>                    run mode: bmc, concolic or debug
    --option <section:name:value>   set kex option through command line
    --output <arg>                  target directory for instrumented bytecode
                                    output
    --ps <arg>                      file with predicate state to debug; used
                                    only in debug mode
 -t,--target <arg>                  target to analyze: package, class or method

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.