Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/mVVeC
function name: (null)
number of ops: 13
compiled vars: !0 = $tempdata
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
16 0 E > INIT_FCALL 'json_decode'
1 INIT_FCALL 'xor_encrypt'
2 INIT_FCALL 'base64_decode'
3 SEND_VAL '8zEgOFGZOHCxuQAAuQOqqjnpkOI7Q6hoETnAGFGzqqo7OIlJGBCJSjnI'
4 DO_ICALL $1
5 SEND_VAR $1
6 DO_FCALL 0 $2
7 SEND_VAR $2
8 SEND_VAL <true>
9 DO_ICALL $3
10 ASSIGN !0, $3
18 11 ECHO !0
20 12 > RETURN 1
Function xor_encrypt:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 6
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 6
Branch analysis from position: 16
Branch analysis from position: 6
filename: /in/mVVeC
function name: xor_encrypt
number of ops: 18
compiled vars: !0 = $in, !1 = $key, !2 = $text, !3 = $outText, !4 = $i
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > RECV !0
4 1 ASSIGN !1, 'eDWo'
5 2 ASSIGN !2, !0
6 3 ASSIGN !3, ''
9 4 ASSIGN !4, 0
5 > JMP ->13
10 6 > FETCH_DIM_R ~9 !2, !4
7 STRLEN ~10 !1
8 MOD ~11 !4, ~10
9 FETCH_DIM_R ~12 !1, ~11
10 BW_XOR ~13 ~9, ~12
11 ASSIGN_OP 8 !3, ~13
9 12 PRE_INC !4
13 > STRLEN ~16 !2
14 IS_SMALLER !4, ~16
15 > JMPNZ ~17, ->6
13 16 > > RETURN !3
14 17* > RETURN null
End of function xor_encrypt
Generated using Vulcan Logic Dumper, using php 8.0.0