Tools to analyze C code structures?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cil

    C Intermediate Language

  • I've done some research to identify possible candidates and came across CIL. However, I'm not sure if it would only focus on the analysis part and won't let me work on the program's structure. So before spending several hours trying things out, I thought to ask the experts for opinions and maybe get to know other tools that I couldn't find during my research.

  • llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  • Check out LLVM. It's a toolchain, that among other things, can create an intermediate representation of your programs where you can then analyze anything you want. Check variable usage, insert or remove code, really about anything you'd like to do.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Sourcetrail

    Discontinued Sourcetrail - free and open-source interactive source explorer

  • I use https://www.sourcetrail.com/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to quickly learn/understand the system architecture of any given application?

    1 project | /r/devops | 7 Mar 2023
  • Tools to understand a new code base

    1 project | /r/C_Programming | 24 Dec 2022
  • Tools for Building Symbol Tables from A Source Code File

    2 projects | /r/Compilers | 6 Sep 2022
  • A Byfrost Indexer Update-A Graphing Demo

    1 project | /r/cpp | 1 Sep 2022
  • Ask HN: Is there a tool you use just for reading code?

    1 project | news.ycombinator.com | 30 Jul 2022