Skip to content

Control flow in main function #54

@Mchan2003

Description

@Mchan2003

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

Metadata

Metadata

Assignees

Labels

control flowcontrol flow of the program, things connecting the different components together

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions