@@ -31,7 +31,7 @@ How to fix issues when generating obfuscated scripts
31
31
:name: graph-generate-script-issue
32
32
33
33
digraph G {
34
- node [shape=box, style=rounded]
34
+ node [shape=box, style=rounded, target="_top" ]
35
35
36
36
start [shape="doublecircle", label="",
37
37
style="filled", fillcolor="wheat"]
@@ -90,7 +90,7 @@ How to fix issues when packing obfuscated scripts
90
90
:name: graph-pack-script-issue
91
91
92
92
digraph G {
93
- node [shape=box, style=rounded]
93
+ node [shape=box, style=rounded, target="_top" ]
94
94
95
95
start [shape="doublecircle", label="",
96
96
style="filled", fillcolor="wheat"]
@@ -121,7 +121,7 @@ How to fix issues when executing obfuscated script
121
121
:name: graph-run-obfuscated-script-issue
122
122
123
123
digraph G {
124
- node [shape=box, style=rounded]
124
+ node [shape=box, style=rounded, target="_top" ]
125
125
126
126
start [shape="doublecircle", label="",
127
127
style="filled", fillcolor="wheat"]
@@ -199,7 +199,7 @@ How to fix issues when executing obfuscated script
199
199
:name: graph-fix-runtime-crash-issue
200
200
201
201
digraph G {
202
- node [shape=box, style=rounded]
202
+ node [shape=box, style=rounded, target="_top" ]
203
203
204
204
start [shape="doublecircle", label="",
205
205
style="filled", fillcolor="wheat"]
@@ -242,7 +242,7 @@ How to fix issues when executing packed bundle
242
242
:name: graph-run-packed-script-issue
243
243
244
244
digraph G {
245
- node [shape=box, style=rounded]
245
+ node [shape=box, style=rounded, target="_top" ]
246
246
247
247
start [shape="doublecircle", label="",
248
248
style="filled", fillcolor="wheat"]
0 commit comments