Home › Forums › C Programming › Buffer overflow c/c++ › Re: Re: Buffer overflow c/c++
July 17, 2009 at 8:04 pm
#3585
GWILouisaxwzkla
Participant
Interesting program ( I suppose this software is based on a parser that uses the C/C++ grammer that checks declarations and uses of pointers and arrays ). I guess its fine to use something like this ( if you trust the authors code :) ). You do have to run your source code through two translators per compile though , this could take extra time with large programs …..