Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 481 Bytes

SymbolicLua

SymbolicLua is a Dynamic Symbolic Execution Engine for Lua.

SymbolicLua adds "?" syntax to Lua programming language. It represents a symbolic value, which can be used as an all-purpose stub.

Requirements

You need Lua 5.2, Java 7, Python 2.7, and z3py installed on your computer.

Tested only on Linux Mint 17.

Build

You have to build conv before using SymbolicLua

$ cd conv
$ mvn assembly:single

Usage

$ bin/symboliclua.sh sample/sum.lua