Skip to content

qinheping/GENIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverser of String Encoders

Instructions with Eclipse

Requirements: Java SE >= 1.8

z3 : You need to build z3 for JAVA api and copy your com.microsoft.z3.jar, libz3.so and libz3java.so into lib folder

CVC4 : you need to build CVC4 and copy the file CVC4 into lib folder.

  1. After finishing the preparation intorduced above, the easiest way to use the libraries and build them is to open them in Eclipse. You need to use a recent version of Eclipse (> Mars) otherwise you might see some problems.

  2. In Eclipse, configure build path as follow: add jar /GENIC/GENIClib/lib/com.microsoft.z3.jar add class folder /GENIC/GENIClib/lib add library JUnit 4 (if you want to run the unittest)

  3. Run configuration: in the environment tab, set variable LD_LIBRARY_PATH to value ../GENIClib/lib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages