Source-Binary Viewer Tool

Source-Binary Viewer Tool

Overview

This tool compares and visualizes differences between source code and decompiled binary.

Features

Each function analysis includes:

  • Number of parameters
  • Stack size of parameters
  • Stack size of local variables
  • Number of local variables
  • And more metrics of interest to binary analysts

Implementation

The src-dec system consists of two main components:

  1. Feature extraction from source code
  2. Feature extraction from decompiled binary