User:Hash/Sandbox: Difference between revisions

From RECESSIM, A Reverse Engineering Community
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Testing Ground ==
== Testing Ground ==
A semi-private place where I can test out wiki functionality as new features are added.
A semi-private place where I can test out wiki functionality as new features are added.
<div class="custom-bpmn-container" style="height: 350px; width: 100%; border: 1px solid #ccc;">
  <style>
    .custom-bpmn-container .djs-container,
    .custom-bpmn-container .bjs-container,
    .custom-bpmn-container div {
        height: 100% !important;
    }
  </style>
 
  <!-- Paste your actual extension tag here, for example: -->
  {{#display_diagram:BPMN:Example diagram}}
 
</div>


=== Next Section ===
=== Next Section ===
{{Diagram|page=Mermaid:RE FlowChart Overview}}

Latest revision as of 05:25, 11 September 2026

Testing Ground

A semi-private place where I can test out wiki functionality as new features are added.

Next Section

flowchart LR subgraph RE_Phase1 [ ] Target_Selection(Target\n Selection) Identify_Components(Identify\n Components) Create_Block_Diagram(Create\n Block\n Diagram) end subgraph Prog_Decision [ ] Contains_Prog_IC{Contains\n Programmable\n IC?} Complete_Documentation(Complete\n Documentation) end Extract_Firmware(Extract\n Firmware) subgraph Chip_Lock [ ] Chip_Locked{Chip\n Locked?} Read_Chip_Memory(Read\n Chip\n Memory) end subgraph Vuln [ ] Vulnerability_Exists{Vulnerability\n Exists?} Exploit_Chip(Exploit\n Chip) end Target_Selection --> Identify_Components Identify_Components --> Create_Block_Diagram RE_Phase1 --> Prog_Decision Contains_Prog_IC -->|No| Complete_Documentation Prog_Decision -->|Yes| Extract_Firmware Extract_Firmware --> Chip_Lock Chip_Locked -->|No| Read_Chip_Memory Chip_Lock -->|Yes| Vuln Vulnerability_Exists -->|Yes| Exploit_Chip Vuln -->|No| Find_Vuln click Target_Selection "https://www.mediawiki.org" click Identify_Components "/view/Main_Page"