Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 42) Position 1 = 18 Branch analysis from position: 18 2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 17 Branch analysis from position: 19 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 17 2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 17 Branch analysis from position: 19 Branch analysis from position: 17 filename: /in/OtvMD function name: (null) number of ops: 20 compiled vars: !0 = $x line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ECHO 'Original%3A+' 4 1 INIT_FCALL 'ini_get' 2 SEND_VAL 'memory_limit' 3 DO_ICALL $1 4 ECHO $1 6 5 INIT_FCALL 'ini_set' 6 SEND_VAL 'memory_limit' 7 SEND_VAL -1 8 DO_ICALL 8 9 ECHO '%2C+New%3A+' 9 10 INIT_FCALL 'ini_get' 11 SEND_VAL 'memory_limit' 12 DO_ICALL $3 13 ECHO $3 10 14 ECHO '%0A' 12 15 ASSIGN !0, '123456789ABCDEF' 13 16 > JMP ->18 14 17 > ASSIGN_OP 8 !0, !0 13 18 > > JMPNZ <true>, ->17 16 19 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0