VLD.OBROWN.IO

After googling around for a bit, trying to find a nice and easy to use PHP Opcode compiler, I found Derick Rethan’s Vulcan Logic Disassembler. It did exactly what I wanted it to, but setup and use might not be for everyone and as I was looking to use this for educational purposes mostly, I created a quick web app for it. You can find it here: vld.obrown.io.

Nothing spectacular so far, but I’ll try to find time to add a little more content to it soon. So far it’s simply

  1. Put PHP code into the left text-box
  2. Click compile
  3. Get opcode on the right after a few seconds

All presented nicely :P