Hello, I tried this on 2 Windows 11 systems with same result, it crashed the target application instead of doing anything useful.
I tried multiple 32 bits apps as a target, and all had same issue.
From my few debugging attempts I think stack pointer is wrong after the call, which causes the ret instruction to jump to random looking address.
Hello, I tried this on 2 Windows 11 systems with same result, it crashed the target application instead of doing anything useful.
I tried multiple 32 bits apps as a target, and all had same issue.
From my few debugging attempts I think stack pointer is wrong after the call, which causes the
retinstruction to jump to random looking address.