Resolving Defines from Object Files
How to get to the actual value of recursive defines
During the analysis of OP-TEE, many C-defines were defined using other defined constants, scattered across many header files, makefiles and other data specified by the build system. This made the analysis difficult, requiring validation of the results using a disassembler, to avoid To quickly resolve the value of such defines,...
[Read More]