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:
- Feature extraction from source code
- Feature extraction from decompiled binary