| |
The Hexane preprocessor
First, the C source code is processed
to build the syntaxic tree. Markers are added in the source code
to link the leaves of the syntaxic tree to basic
blocks.
Then, the source is compiled to obtain the assembly code, and the
addresses of the instructions are obtained (GAS &Objdump).
vide
|