BenLirio / compiler-research-fall-2022

Applies rewrite rules to LLVM IR
0 stars 0 forks source link

Extract main function #5

Open BenLirio opened 2 years ago

BenLirio commented 2 years ago

The first step in LLVM IR transformation is to extract the main function and any dependencies.

This is necessary because McSema adds wrapper functions to the output LL code.