Alessandro Di Federico
authored
Currently we're identifying basic blocks that are a jump target by adding metadata on the terminator instruction. This is a problem in many cases, therefore we now use the third parameter of `newpc` calls to understand if a basic block is a jump target. The third argument was set only at the very end of all our analysis, before producing the output. We anticipate this so that is done before each jump target harvesting, so that this information is available through `GeneratedCodeBasicInfo`.
Name | Last commit | Last update |
---|