-
Notifications
You must be signed in to change notification settings - Fork 0
Control flow in main function #54
Copy link
Copy link
Open
Labels
control flowcontrol flow of the program, things connecting the different components togethercontrol flow of the program, things connecting the different components together
Description
In the constructor
- pass in the target file to the ELF parser and store the LSDA
- pass the LSDA to the ABI parser and store the call stack and action tables related to exceptions
- pass the gcc call graph to the call graph parser and store the parsed graph
- pass call stack, action table, and parsed call graph to Validator
- From the validator, store the logs, and a boolean indicating whether the exceptions are used correctly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
control flowcontrol flow of the program, things connecting the different components togethercontrol flow of the program, things connecting the different components together