Skip to content
/ symx Public
forked from pzread/symx

Lightweight Symbolic Execution Engine

License

Notifications You must be signed in to change notification settings

AmesianX/symx

 
 

Repository files navigation

symx

Lightweight Symbolic Execution Engine

compile

Z3

cd z3
python scripts/mk_make.py
cd build
make
sudo make install

Capstone Engine

cd capstone
./make.sh
sudo make install

symx

cd bin
cmake ..
make

#todo

  1. ELF loader (For now, need to hardcode symx.cpp and arch/arm.cpp)

About

Lightweight Symbolic Execution Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.7%
  • C 6.6%
  • Makefile 3.8%
  • CMake 0.9%