Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 11
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 36
Branch analysis from position: 34
1 jumps found. (Code = 42) Position 1 = 37
Branch analysis from position: 37
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 36
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename: /in/2om83
function name: (null)
number of ops: 40
compiled vars: !0 = $private_seed_hash, !1 = $private_seed, !2 = $public_seed, !3 = $round, !4 = $hash, !5 = $flip
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'd5acec5aca03f56c880557776dc4ad1c52efee3b75793214fa9ff7c557f112c2'
4 1 ASSIGN !1, 'f5fdb275d44df0bd39c2eca3709e6d83'
5 2 ASSIGN !2, '1a4dba102d4bc799e1f6a7d18251a2d0d2e42b4a85d126857a5049822870a058'
6 3 ASSIGN !3, '81315515'
7 4 INIT_FCALL 'hash'
5 SEND_VAL 'sha256'
6 SEND_VAR !1
7 DO_ICALL $10
8 IS_NOT_EQUAL !0, $10
9 > JMPZ ~11, ->11
8 10 > ECHO 'WARNING%3A+Private+seed+hash+does+not+match+private+seed%21%0A'
10 11 > INIT_FCALL 'hash'
12 SEND_VAL 'sha256'
13 ROPE_INIT 5 ~13 !1
14 ROPE_ADD 1 ~13 ~13, '-'
15 ROPE_ADD 2 ~13 ~13, !2
16 ROPE_ADD 3 ~13 ~13, '-'
17 ROPE_END 4 ~12 ~13, !3
18 SEND_VAL ~12
19 DO_ICALL $16
20 ASSIGN !4, $16
11 21 INIT_FCALL 'hexdec'
22 INIT_FCALL 'substr'
23 SEND_VAR !4
24 SEND_VAL 0
25 SEND_VAL 8
26 DO_ICALL $18
27 SEND_VAR $18
28 DO_ICALL $19
29 MOD ~20 $19, 2
30 ADD ~21 ~20, 1
31 ASSIGN !5, ~21
12 32 IS_EQUAL !5, 1
33 > JMPZ ~23, ->36
34 > QM_ASSIGN ~24 'Heads+%28T%29'
35 > JMP ->37
36 > QM_ASSIGN ~24 'Tails+%28CT%29'
37 > CONCAT ~25 'Result%3A+', ~24
38 ECHO ~25
39 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0