Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 22, Position 2 = 38
Branch analysis from position: 22
2 jumps found. (Code = 78) Position 1 = 23, Position 2 = 38
Branch analysis from position: 23
2 jumps found. (Code = 43) Position 1 = 33, Position 2 = 37
Branch analysis from position: 33
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Branch analysis from position: 37
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 38
filename: /in/AEKTg
function name: (null)
number of ops: 48
compiled vars: !0 = $string, !1 = $doc, !2 = $a, !3 = $href
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%3Ca+blah+href%3D%22http%3A%2F%2Fexample.com%2Freadme.zip%22+blah2%3E%3C%2Fa%3E%3Cimg+%3E%3Ca+blah+href%3D%22http%3A%2F%2Fexample.com%2Freadme.zqp%22+blah2%3E%3C%2Fa%3E'
4 1 INIT_FCALL 'preg_replace'
2 SEND_VAL '%2F%28href%3D%22%5B%5E%22%5D%2A%5C.%28%3F%21%28%3F%3Azip%7Cpdf%7Ctxt%29%22%29%5B%5E.%22%5D%2B%22%29%2F'
3 SEND_VAL '%241+target%3D%22_blank%22'
4 SEND_VAR !0
5 DO_ICALL $5
6 CONCAT ~6 $5, '%0A'
7 ECHO ~6
6 8 NEW $7 'DOMDocument'
9 DO_FCALL 0
10 ASSIGN !1, $7
7 11 INIT_METHOD_CALL !1, 'loadHTML'
12 ROPE_INIT 3 ~11 '%3Chtml%3E'
13 ROPE_ADD 1 ~11 ~11, !0
14 ROPE_END 2 ~10 ~11, '%3C%2Fhtml%3E'
15 SEND_VAL_EX ~10
16 SEND_VAL_EX 8196
17 DO_FCALL 0
8 18 INIT_METHOD_CALL !1, 'getElementsByTagName'
19 SEND_VAL_EX 'a'
20 DO_FCALL 0 $14
21 > FE_RESET_R $15 $14, ->38
22 > > FE_FETCH_R $15, !2, ->38
9 23 > INIT_METHOD_CALL !2, 'getAttribute'
24 SEND_VAL_EX 'href'
25 DO_FCALL 0 $16
26 ASSIGN !3, $16
10 27 INIT_FCALL 'preg_match'
28 SEND_VAL '%2F%28zip%7Cpdf%7Ctxt%29%24%2F'
29 SEND_VAR !3
30 DO_ICALL $18
31 BOOL_NOT ~19 $18
32 > JMPZ ~19, ->37
11 33 > INIT_METHOD_CALL !2, 'setAttribute'
34 SEND_VAL_EX 'target'
35 SEND_VAL_EX '_blank'
36 DO_FCALL 0
8 37 > > JMP ->22
38 > FE_FREE $15
14 39 INIT_FCALL 'substr'
40 INIT_METHOD_CALL !1, 'saveHTML'
41 DO_FCALL 0 $21
42 SEND_VAR $21
43 SEND_VAL 6
44 SEND_VAL -8
45 DO_ICALL $22
46 ECHO $22
47 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0