Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 19, Position 2 = 24
Branch analysis from position: 19
2 jumps found. (Code = 78) Position 1 = 20, Position 2 = 24
Branch analysis from position: 20
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
filename: /in/qQmho
function name: (null)
number of ops: 26
compiled vars: !0 = $pass, !1 = $salt, !2 = $hash, !3 = $alphabet, !4 = $char
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'secret'
4 1 ASSIGN !1, '%242y%2407%24usesomesillystringforsalt%24'
5 2 INIT_FCALL 'crypt'
3 SEND_VAR !0
4 SEND_VAR !1
5 DO_ICALL $7
6 ASSIGN !2, $7
7 7 INIT_FCALL 'var_dump'
8 8 SEND_VAR !2
9 9 INIT_FCALL 'str_split'
10 SEND_VAR !2
11 DO_ICALL $9
12 SEND_VAR $9
7 13 DO_ICALL
26 14 INIT_FCALL 'str_split'
15 SEND_VAL 'abcdefghijklmnopqrstuvwxyz'
16 DO_ICALL $11
17 ASSIGN !3, $11
28 18 > FE_RESET_R $13 !3, ->24
19 > > FE_FETCH_R $13, !4, ->24
29 20 > INIT_FCALL 'meow'
21 SEND_VAR !4
22 DO_FCALL 0
28 23 > JMP ->19
24 > FE_FREE $13
30 25 > RETURN 1
Function meow:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qQmho
function name: meow
number of ops: 34
compiled vars: !0 = $char, !1 = $hash, !2 = $substr
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
12 0 E > RECV !0
13 1 INIT_FCALL 'crypt'
2 SEND_VAL 'secret'
3 CONCAT ~3 '%242y%2404%24usesomesillystringfor', !0
4 SEND_VAL ~3
5 DO_ICALL $4
6 ASSIGN !1, $4
14 7 INIT_FCALL 'substr'
8 SEND_VAR !1
9 SEND_VAL 28
10 SEND_VAL 1
11 DO_ICALL $6
12 ASSIGN !2, $6
16 13 INIT_FCALL 'var_dump'
17 14 SEND_VAR !1
18 15 SEND_VAR !0
19 16 INIT_FCALL 'decbin'
17 INIT_FCALL 'ord'
18 SEND_VAR !0
19 DO_ICALL $8
20 SEND_VAR $8
21 DO_ICALL $9
22 SEND_VAR $9
20 23 SEND_VAR !2
21 24 INIT_FCALL 'decbin'
25 INIT_FCALL 'ord'
26 SEND_VAR !2
27 DO_ICALL $10
28 SEND_VAR $10
29 DO_ICALL $11
30 SEND_VAR $11
22 31 SEND_VAL '------------------------------'
16 32 DO_ICALL
24 33 > RETURN null
End of function meow
Generated using Vulcan Logic Dumper, using php 8.0.0