|
Is there padding between functions? Often single byte padding of 0s, int3s, nops will pad functions to align them, not sure in the old LE exes if this was common. The only key is to jump there and back making sure to not interfere with any code containing relocated addresses.
|