@typhlosion
me: everything is goto when you disassemble the bytecode deep enough.
@Fuego well of course, same if you're hand rolling assembly, but that doesn't stop people from complaining endlessly and needlessly about its use in higher level contexts
@typhlosion I feel strongly that complaining about HOW to code is people doing something else so they don't HAVE to code.
@typhlosion luckily when you write exploits for a living 99% of your control flow code isn't actually in the exploit - its the program you're exploiting, so the person who wants to understand your code has to reverse the target to sort it out 100% of the time.
Everything else I write are just my own tools ;)