Re: [CIL users] ANNOUNCE: CIL 1.5.1

2012-07-14 Thread
thanks for the great work you have done. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will

[CIL users] 回复: beginners questions

2012-04-27 Thread
. In this way, I don't need PERL installed to run cilly. When writing a new module in src/ext/, the Makefile must be modified, inserting new module names to the module list. Also, the feature description must be inserted to cil.ml. Otherwise, the new module won't be recognized. 2012-0

[CIL users] 回复: merge and convert declarations to static

2012-04-10 Thread
First of all, I don't think changing CIL source files directly is a good idea. It would be better to implement a dedicated visitor for this job. I think the visitor should visit the globals (GVarDecl and GFun) of the single C file and change the vstorage to static. 2012-04-11 林楠

[CIL users] Bug of CIL 1.4.0 handling weak functions?

2012-02-17 Thread
Suppose I have function two functions named "foo", one with weak attribute and one without. Seems CIL will report a confliction and only keep one of the two functions. To make it worse, CIL may keep the weak function and remove the not weak function. ---

[CIL users] 回复: ANNOUNCE: CIL 1.4.0

2011-11-04 Thread
Wonderful! So many thanks to CIL. It has really helped me a lot in my research. 2011-11-05 林楠 发件人: Gabriel Kerneis 发送时间: 2011-11-05 02:46 主 题: [CIL users] ANNOUNCE: CIL 1.4.0 收件人: cil-users@lists.sourceforge.net Dear all, CIL 1.4.0 is available from http://www.pps.jussieu.fr

Re: [CIL users] [cil-users] Using CIL standalone

2011-02-28 Thread
run make and you will get an executable of your platform On Feb 28, 2011 4:08 PM, "Jonathan Kotker" wrote: > Hello World. > > I am planning to use CIL as part of the research tool that I am writing. > Currently, my code constructs and runs a system call that runs the cilly > driver on my local ma

[CIL users] How to create a va_arg call with a va_list and a type.

2010-04-22 Thread
I read the document and it says that "Call" can be used to create va_arg calls. I did the following things, but it doesn't work. First, I define a variable: let __builtin_va_arg: varinfo option ref = ref None;; Then, I use a visitor class to visit all variables and assign the variable to __builti