Mermaid:RE FlowChart Overview: Difference between revisions

From RECESSIM, A Reverse Engineering Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
flowchart LR
flowchart LR
     Target_Selection(Target Selection)
     Target_Selection(Target Selection)
     Target_Selection --> B(Identify Components)
     Identify_Components(Identify Components)
     B --> C(Create Block Diagram)
     Create_Block_Diagram(Create\n Block\n Diagram)
     C --> D{Contains\n Programmable\n IC?}
 
    Target_Selection --> Identify_Components
    Identify_Components --> Create_Block_Diagram
     Create_Block_Diagram --> D{Contains\n Programmable\n IC?}
     D -->|Yes| E(Extracting Firmware)
     D -->|Yes| E(Extracting Firmware)
     D -->|No| F[Complete Documentation]
     D -->|No| F[Complete Documentation]

Revision as of 23:38, 10 September 2026

flowchart LR Target_Selection(Target Selection) Identify_Components(Identify Components) Create_Block_Diagram(Create\n Block\n Diagram) Target_Selection --> Identify_Components Identify_Components --> Create_Block_Diagram Create_Block_Diagram --> 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" click B "/view/Main_Page"
flowchart LR
    Target_Selection(Target Selection)
    Identify_Components(Identify Components)
    Create_Block_Diagram(Create\n Block\n Diagram)

    Target_Selection --> Identify_Components
    Identify_Components --> Create_Block_Diagram
    Create_Block_Diagram --> 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"
click B "/view/Main_Page"