8000 GitHub - bondo/symbolic-execution
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bondo/symbolic-execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbolic execution for python

This project is about implementing a "symbolic execution" tool for Python 3.

There are 3 directories:

  • report/: Contains the report discribing the project and symbolic execution in general.
  • transformer/: Contains Haskell code that prepares the Python code for symbolic execution.
  • instrumentation/: Contains the python code that does the actual symbolic execution.

How to use

  • Install Z3 from Microsoft. Pick the unstable version, as the stable one is not yet compatible with Python 3.
  • Install the Haskell platform, and whatever packages are needed to compile transformer/Main.hs.
  • If you want to specify your own input file, change the filepath, function name and number of arguments in instrumentation/instrument.py.
  • Run instrumentation/instrument.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0