Re: [klee-dev] Homebrew Package

2021-03-12 Thread Cristian Cadar
Hi Carlo, This is great to hear! Thanks for this contribution! We should update the website with this info soon. It would be of course great to have one for Linux too; from what I can tell, many of our users use Ubuntu, although I don't have any stats. Best, Cristian On 12/03/2021 16:45,

[klee-dev] Using KLEE to analyze (complex) data structures

2021-03-12 Thread Jens Van den Broeck
Hello klee-dev members, I'm doing research on software protection techniques for compiled programs. To assess the strength of one of my techniques, I want to know whether KLEE can be used to analyze my protection. Conceptually, I protect programs with "flexible opaque predicates", a form of

[klee-dev] Using KLEE to obtain Path Constraints from concrete input queries in an Active Learning setting

2021-03-12 Thread Bharat Garhewal
Dear all, I'm working on (white-box/grey-box) Active Automata Learning for programs with data parameters (i.e., our automata contain data parameters in guards and in i/o). We require that for each concrete query, we can extract data (i.e., path) constraints for that query. For instance,

[klee-dev] Homebrew Package

2021-03-12 Thread Carlo Cabrera
Dear klee-dev, I noticed that packaging was listed as an open project on the website. So, I submitted klee for packaging at Homebrew [1]. If you use Homebrew (on macOS or Linux), you can now install klee with brew install klee It is built with libc++, but without exception handling. EH

Re: [klee-dev] Homebrew Package

2021-03-12 Thread Anton Trunov
Dear Carlo, I just tried installing KLEE via Homebrew and it worked like a charm. I can’t thank you enough for this! For an occasional user like me it simplifies things greatly. Best, Anton > On 12 Mar 2021, at 19:45, Carlo Cabrera > wrote: > > Dear klee-dev, > > I noticed that packaging