Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Vv691
function name: (null)
number of ops: 56
compiled vars: !0 = $key, !1 = $iv, !2 = $aad, !3 = $plaintext, !4 = $C, !5 = $T, !6 = $tag, !7 = $cipher
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'hex2bin'
1 SEND_VAL '404142434445464748494a4b4c4d4e4f'
2 DO_ICALL $8
3 ASSIGN !0, $8
4 4 INIT_FCALL 'hex2bin'
5 SEND_VAL '10111213141516'
6 DO_ICALL $10
7 ASSIGN !1, $10
5 8 INIT_FCALL 'hex2bin'
9 SEND_VAL '0001020304050607'
10 DO_ICALL $12
11 ASSIGN !2, $12
6 12 INIT_FCALL 'hex2bin'
13 SEND_VAL '2021222'
14 DO_ICALL $14
15 ASSIGN !3, $14
8 16 INIT_FCALL 'hex2bin'
17 SEND_VAL '2021222'
18 DO_ICALL $16
19 ASSIGN !4, $16
9 20 INIT_FCALL 'hex2bin'
21 SEND_VAL '6084341b'
22 DO_ICALL $18
23 ASSIGN !5, $18
11 24 ASSIGN !6, null
12 25 INIT_FCALL_BY_NAME 'openssl_encrypt'
26 SEND_VAR_EX !3
27 SEND_VAL_EX 'aes-128-ccm'
28 SEND_VAR_EX !0
29 FETCH_CONSTANT ~21 'OPENSSL_RAW_DATA'
30 SEND_VAL_EX ~21
31 SEND_VAR_EX !1
32 SEND_VAR_EX !6
33 SEND_VAL_EX ''
34 SEND_VAL_EX 4
35 DO_FCALL 0 $22
36 ASSIGN !7, $22
13 37 INIT_FCALL 'var_dump'
14 38 INIT_FCALL 'bin2hex'
39 SEND_VAR !7
40 DO_ICALL $24
41 SEND_VAR $24
15 42 INIT_FCALL 'bin2hex'
43 SEND_VAR !4
44 DO_ICALL $25
45 SEND_VAR $25
16 46 INIT_FCALL 'bin2hex'
47 SEND_VAR !6
48 DO_ICALL $26
49 SEND_VAR $26
17 50 INIT_FCALL 'bin2hex'
51 SEND_VAR !5
52 DO_ICALL $27
53 SEND_VAR $27
13 54 DO_ICALL
51 55 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0