Is there a way, say there is an instruction to push a value on the stack, is there a way to find all the jumps that could have lead to that instruction being executed with OllyDbg?
Thanks
Ollydbg by default show the possible jumps to an opcode, usually if its no obfuscated code it will show you all the referenced jumps.
Now if you mean tracing an value into the stack and check all the possible opcodes that could have used it, thats pretty much not possible, tough i can think some solutions, but not very practical.