Mermaid:RE FlowChart Overview: Difference between revisions

From RECESSIM, A Reverse Engineering Community
Jump to navigation Jump to search
Created page with "flowchart LR A(Target Selection) --> B(Identify Components) B --> C(Create Block Diagram) C -->|Contains Programmable IC| D(Extracting Firmware) C -->|No Programmable Parts| E[Complete Documentation] D --> |Vulnerability Exists| F(Unlock Chip)"
 
No edit summary
Line 2: Line 2:
     A(Target Selection) --> B(Identify Components)
     A(Target Selection) --> B(Identify Components)
     B --> C(Create Block Diagram)
     B --> C(Create Block Diagram)
     C -->|Contains Programmable IC| D(Extracting Firmware)
     C --> D{Contains\n Programmable\n IC?}
     C -->|No Programmable Parts| E[Complete Documentation]
    D -->|Yes| E(Extracting Firmware)
     D --> |Vulnerability Exists| F(Unlock Chip)
     D -->|No| F[Complete Documentation]
     E --> G{Locked?}
    G -->|No| H(Read out memory)
    G -->|Yes| I{Vulnerability\n Exists?}
 
click A "https://www.mediawiki.org"

Revision as of 23:26, 10 September 2026

flowchart LR A(Target Selection) --> B(Identify Components) B --> C(Create Block Diagram) C --> D{Contains\n Programmable\n IC?} D -->|Yes| E(Extracting Firmware) D -->|No| F[Complete Documentation] E --> G{Locked?} G -->|No| H(Read out memory) G -->|Yes| I{Vulnerability\n Exists?} click A "https://www.mediawiki.org"
flowchart LR
    A(Target Selection) --> B(Identify Components)
    B --> C(Create Block Diagram)
    C --> D{Contains\n Programmable\n IC?}
    D -->|Yes| E(Extracting Firmware)
    D -->|No| F[Complete Documentation]
    E --> G{Locked?}
    G -->|No| H(Read out memory)
    G -->|Yes| I{Vulnerability\n Exists?}

click A "https://www.mediawiki.org"