[CIL users] (no subject)
-- 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 include endpoint security, mobile secur
[CIL users] vinst problem
Hi, I wrote a piace of code like this: class testVisitor = object(self) inherit nopCilVisitor method vinst (i:instr) = match i with | Call ( ret,Lval(Var vi,NoOffset),args,l) -> begin Printf.printf "-> %s" vi.vname end; DoChildren end let feature