Thread: static code analysis

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    38

    static code analysis

    Does anyone know any free/shareware/evaluation tool that can be used to perform static code analysis? I need something to find which variables a function uses, modifies (through pointers), or any global variables used in the function.
    I was looking at codesurfer but it costs.
    Thanks alot
    Mark

  2. #2
    Registered User
    Join Date
    Nov 2005
    Posts
    38

    found something that works

    I found a program called cxref that can be used to find out which variables are being used by which funciton etc

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with Free.
    By chakra in forum C Programming
    Replies: 9
    Last Post: 12-15-2008, 11:20 AM
  2. uploading file to http server via multipart form data
    By Dynamo in forum C++ Programming
    Replies: 1
    Last Post: 09-03-2008, 04:36 AM
  3. << !! Posting Code? Read this First !! >>
    By kermi3 in forum Linux Programming
    Replies: 0
    Last Post: 10-14-2002, 01:30 PM
  4. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM