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

Re: [klee-dev] Use Klee with Java?

2015-06-21 Thread Zhenyu Zhou
OK I see.. Thank you so much! I'll take a look at the tools you suggested. Zhenyu On Sun, Jun 21, 2015 at 6:02 PM, Sean Bartell s...@yotann.org wrote: Zhenyu Zhou on 2015-06-20: I'm looking for a tool for symbolic execution and find that Klee is a fantastic tool. But now I'm wondering

Re: [klee-dev] Use Klee with Java?

2015-06-21 Thread Sean Bartell
Zhenyu Zhou on 2015-06-20: I'm looking for a tool for symbolic execution and find that Klee is a fantastic tool. But now I'm wondering whether Klee can analyse JAVA codes (or class files)? I have searched in the mail list and found the same question is posted several years ago. Does anyone know

[klee-dev] Use Klee with Java?

2015-06-20 Thread Zhenyu Zhou
Hi all, I'm looking for a tool for symbolic execution and find that Klee is a fantastic tool. But now I'm wondering whether Klee can analyse JAVA codes (or class files)? I have searched in the mail list and found the same question is posted several years ago. Does anyone know are there any