- Adaptive iPhone/iPad layout with NavigationSplitView sidebar - Auto-detect SSL-pinned domains, fall back to passthrough - Certificate install via local HTTP server (Safari profile flow) - App Group-backed CA, per-domain leaf cert LRU cache - DB-backed config repository, Darwin notification throttling - Rules engine, breakpoint rules, pinned domain tracking - os.Logger instrumentation across tunnel/proxy/mitm/capture/cert/rules/db/ipc/ui - Fix dyld framework embed, race conditions, thread safety
42 lines
2.0 KiB
XML
42 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
|
|
<defs>
|
|
<clipPath id="roundrect">
|
|
<rect x="0" y="0" width="1024" height="1024" rx="224" ry="224"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g clip-path="url(#roundrect)">
|
|
<rect width="1024" height="1024" fill="#0F2027"/>
|
|
|
|
<!-- Left gate pillar -->
|
|
<rect x="300" y="180" width="60" height="664" rx="6" fill="#E8E8E0" opacity="0.9"/>
|
|
|
|
<!-- Right gate pillar -->
|
|
<rect x="664" y="180" width="60" height="664" rx="6" fill="#E8E8E0" opacity="0.9"/>
|
|
|
|
<!-- Horizontal bars connecting the gate -->
|
|
<rect x="300" y="180" width="424" height="6" fill="#E8E8E0" opacity="0.5"/>
|
|
<rect x="300" y="838" width="424" height="6" fill="#E8E8E0" opacity="0.5"/>
|
|
|
|
<!-- The signal passing through the gate -->
|
|
<line x1="100" y1="512" x2="300" y2="512" stroke="#00D4AA" stroke-width="3" opacity="0.5"/>
|
|
<line x1="724" y1="512" x2="924" y2="512" stroke="#00D4AA" stroke-width="3" opacity="0.5"/>
|
|
|
|
<!-- Inspection dot at the gate center -->
|
|
<circle cx="512" cy="512" r="28" fill="none" stroke="#00D4AA" stroke-width="2.5"/>
|
|
<circle cx="512" cy="512" r="6" fill="#00D4AA"/>
|
|
|
|
<!-- Through-line (the inspected data) -->
|
|
<line x1="360" y1="512" x2="484" y2="512" stroke="#00D4AA" stroke-width="2" stroke-dasharray="8,6" opacity="0.6"/>
|
|
<line x1="540" y1="512" x2="664" y2="512" stroke="#00D4AA" stroke-width="2" stroke-dasharray="8,6" opacity="0.6"/>
|
|
|
|
<!-- Subtle scan lines -->
|
|
<line x1="360" y1="380" x2="664" y2="380" stroke="#1A3A4A" stroke-width="0.5" opacity="0.4"/>
|
|
<line x1="360" y1="440" x2="664" y2="440" stroke="#1A3A4A" stroke-width="0.5" opacity="0.4"/>
|
|
<line x1="360" y1="580" x2="664" y2="580" stroke="#1A3A4A" stroke-width="0.5" opacity="0.4"/>
|
|
<line x1="360" y1="640" x2="664" y2="640" stroke="#1A3A4A" stroke-width="0.5" opacity="0.4"/>
|
|
|
|
<!-- Entry/exit arrows -->
|
|
<circle cx="100" cy="512" r="5" fill="#00D4AA" opacity="0.4"/>
|
|
<circle cx="924" cy="512" r="5" fill="#00D4AA" opacity="0.4"/>
|
|
</g></svg> |