Re: [klee-dev] Use KLEE with JAVA and C#

2022-09-13 Thread Cristian Cadar
Hi Piyush, The short answer is no. More precisely, KLEE runs on LLVM bitcode, so you need an LLVM frontend for the language. Each language also needs some additional support to work with KLEE. Best, Cristian On 26/08/2022 02:09, Piyush Jha wrote: Hi everyone, I'm looking for a tool for

[klee-dev] Use KLEE with JAVA and C#

2022-08-26 Thread Piyush Jha
Hi everyone, I'm looking for a tool for symbolic execution in C# or JAVA. Does Klee support C# or JAVA? I searched the mailing list archive and found the same question for JAVA posted several years back. Does anyone know if there are any updates regarding these? I would really appreciate any