Gu1nness / CAsmMemcheck

C vs Asm memory checker based on DWARF information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C ASM Memcheck

This library is intended to validate the compilation of C programs using the DWARF debug information.

In order to do this, we perform a parallel interpretation of the C source program and the disassembled binary, and check at each link point (given by the .debug_line table) that the memory state is the one expected.

About

C vs Asm memory checker based on DWARF information

License:GNU General Public License v3.0


Languages

Language:Python 100.0%