Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 16, Position 2 = 23
Branch analysis from position: 16
2 jumps found. (Code = 78) Position 1 = 17, Position 2 = 23
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
filename: /in/msomc
function name: (null)
number of ops: 32
compiled vars: !0 = $html, !1 = $dom, !2 = $xpath, !3 = $attr
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%3Cdiv%3E%0A++++%3Cimg+src%3D%22icons%2Fexample.svg%22%3E%0A++++%3Cimg+src%3D%22%7B%7Basset%28%27icons%2Fexample.svg%27%29%7D%7D%22%2F%3E%0A++++%3Ca+href%3D%22http%3A%2F%2Fwww.example.com%22%3Ea+link%3C%2Fa%3E%0A++++%3Clink+href%3D%22css%2Fexample.css%22%3E%0A++++%3Clink+href%3D%22%7B%7Basset%28%27css%2Fexample.css%27%29%7D%7D%22%2F%3E%0A++++%3Ciframe+src%3D%22http%3A%2F%2Fwww.example.com%2Fdefault.htm%22%3E%3C%2Fiframe%3E%0A%3C%2Fdiv%3E'
14 1 NEW $5 'DOMDocument'
2 DO_FCALL 0
3 ASSIGN !1, $5
15 4 INIT_METHOD_CALL !1, 'loadHTML'
5 SEND_VAR_EX !0
6 SEND_VAL_EX 8196
7 DO_FCALL 0
16 8 NEW $9 'DOMXPath'
9 SEND_VAR_EX !1
10 DO_FCALL 0
11 ASSIGN !2, $9
17 12 INIT_METHOD_CALL !2, 'query'
13 SEND_VAL_EX '%2F%2Fimg%5Bnot%28starts-with%28%40src%2C%22%7B%7Basset%22%29%29%5D%2F%40src+%7C+%2F%2Flink%5Bnot%28starts-with%28%40href%2C%22%7B%7Basset%22%29%29%5D%2F%40href'
14 DO_FCALL 0 $12
15 > FE_RESET_R $13 $12, ->23
16 > > FE_FETCH_R $13, !3, ->23
18 17 > FETCH_OBJ_R ~15 !3, 'value'
18 CONCAT ~16 '%7B%7Basset%28%27', ~15
19 CONCAT ~17 ~16, '%27%29%7D%7D'
20 ASSIGN_OBJ !3, 'value'
21 OP_DATA ~17
17 22 > JMP ->16
23 > FE_FREE $13
20 24 INIT_FCALL 'substr'
25 INIT_METHOD_CALL !1, 'saveXML'
26 DO_FCALL 0 $18
27 SEND_VAR $18
28 SEND_VAL 38
29 DO_ICALL $19
30 ECHO $19
31 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0