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
. 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
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
林楠
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.
---
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
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
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