Popis: |
Understanding how a system component can interact with other services can take animmeasurable amount of time. Reverse engineering embedded and large systems can relyon understanding how components interact with one another. This process is time consumingand can sometimes be generalized through certain behavior.We will be explaining twosuch complicated systems and highlighting similarities between them. We will show thatthrough static analysis you can capture compiler behavior and apply it to the understandingof a function, reducing the total time required to understand a component of whicheversystem you are learning. |