[Solved] GCC – modify where execution continues after function return [closed]
After giving it some extra thought, it is not as simple as it initially appeared. There is one thing that prevents it from working – the code of functions is not context aware – there is no way of knowing the frame it was invoked in, and that has two implications: 1 – modifying the … Read more