06:58 mediaim: I do know the rel stuff, it needs to know the literal relocation record, so always it generates a stack variable to access with calling convention, but if the relocation record points to a constant, you could theoretically just trace that location and get a pc that is being runtime patched up, cause when you casted away from it you had the write location to it, in other words the stack trace at runtime may hook to the relocation record that
06:58 mediaim: when traced can reveal the instruction stream right?
07:11 mediaim: even though say memory segmentation puts some random base to that address, when you maintain a pointer and have lazy evaluation it should get into the stream, so i am currently looking at this stuff.
09:10 mediaim: i am still saying that it can not read the constant addresses pointer, which is a jmp to the constant address copy without knowing how to return back to the jumper.
09:10 mediaim: so the relocation is not even relevant