Skip to content
/ cymu Public

An Experiment that converts C-Code to Python-VM code for unittesting C code with Pythoncode

License

Notifications You must be signed in to change notification settings

mrh1997/cymu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained. It was abandoned for headlock


This is a C Emulator on base of the Python VM (currently only runs on Windows)

For running this project a special version of libclang.dll is needed (see https://github.com/mrh1997/clang/commit/d6cc1478a6961c9e27277c718e1463e7220704ce ). This binary-file can be either copied directly to /libclang/build/Release/bin (if available) or build manually before running it the first time.

Building it manually requires vagrant + virtualbox and will require multiple hours:

cd cymu/libclang
vagrant up
build-and-test-clang.py

About

An Experiment that converts C-Code to Python-VM code for unittesting C code with Pythoncode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published