Hi,
I want to be able to identify certain calls like malloc, realloc etc. So I
have a visitor that visits all statements and within that the instr list and
finally identifies Call. However once I identify Call statements, how do I
identify particular calls like malloc. I tried checking to see if CStr in
Constant stored some kind of string like "malloc". However I see that it
does not. So how can I identify malloc calls and once identified I would
also like modify the call to increase the size of the object allocated by
the input program.

Thanks,
-Divya
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to