4 comments

[ 2.6 ms ] story [ 33.3 ms ] thread
Maybe a virtual destructor? But then why would the ’1′ be there?

http://stackoverflow.com/questions/8052146/whats-this-extra-...

It's a little odd to see ELF show up - such a complex format being used to do little more than wrap some bytes intended for the GPU to execute.

(Does the usefulness of writing FunctionName+0xnnnn in call/jump targets seem a bit odd? The addresses given on the left are absolute ones, so it would make sense to give those first, maybe with the relative one in parentheses; the relative one helps little in figuring out where exactly the call/jump goes...)