in reply to Re: Code analyzing with perl?
in thread Code analyzing with perl?

My goals is to make a project which detect vulnerabilities in c codes and php or one of them i am afraid that regular expressions would give many fault warnings,I mean about 60% of the results will be correct and the others will be fault i don't know if using AI will be a good choice or there is a simple and better way than using AI i really appreciate your reply

Replies are listed 'Best First'.
Re^3: Code analyzing with perl?
by moritz (Cardinal) on Jun 18, 2008 at 19:43 UTC
    With that goal in mind I don't see how you can avoid parsing the files, and doing a "real" semantic analysis.