Git Product home page Git Product logo

environment's People

Contributors

goodtaeeun avatar hhro avatar kihongheo avatar yeonhee-ryou avatar spearo2 avatar doit-man avatar hyunsukimsokcho avatar kangwoosukeq avatar

Watchers

 avatar Geon Park avatar

Forkers

tncks0121

environment's Issues

KCloud 테스트

setup-kcloud.sh 실행시,
install-ocaml.sh, install-llvm-toolchain.sh 을 scp로 서버에 가져다 쓰는 방식으로 수정함.

실제 KCloud 환경에서 테스트 필요.

Running klee

  1. 본 레포지토리의 install_klee.sh를 실행한다.
  2. 원하는 C 파일에 #include klee.h를 삽입한다. 이 때 klee.h는 klee의 홈 디렉토리의 include/klee 아래에 있다. 0번을 따랐다면 klee의 홈 디렉토리는 ~/klee일 것이다.
  3. 기호 실행을 원하는 변수가 a라 한다면 다음과 같이 표시한다. klee_make_symbolic(&a, sizeof(a), "a");
  4. 다음 명령어로 소스를 빌드한다. clang -I [klee home directory]/include -emit-llvm -c -g -O0 -Xclang -disable-O0-optnone [target code].c
  5. 다음 명령어로 klee를 실행한다. klee [target code].bc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.