Skip to content
/ gdart Public
forked from tudo-aqua/gdart

GDart: Dynamic Symbolic Execution for the JVM

License

Notifications You must be signed in to change notification settings

Kooper16/gdart

 
 

Repository files navigation

GDart: Dynamic Symbolic Execution for the JVM

Installation

  • you need to have maven on your path
  • run ./build.sh

Analysis

  • run ./gdart.sh -h for help on options

Examples

  • you can find some examples in examples

  • DSE

    ./gdart.sh -d Example1 ../examples/
    
  • with data-flow taint:

    ./gdart.sh -d -t DATA Example2 ../examples/
    
  • with information flow:

    ./gdart.sh -d -t INFORMATION Example3 ../examples/
    

About

GDart: Dynamic Symbolic Execution for the JVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.3%
  • FreeMarker 1.4%
  • Shell 0.2%
  • XSLT 0.1%
  • HTML 0.0%
  • Batchfile 0.0%