Most people would say that 64bit under 32bit on windows is impossible. However as far as I'm aware Wow64 works by loading a 64bit ntdll, then a 32bit ntdll. Calling the 64bit dll to issue syscalls.
As shown in the Wow64SystemServiceCall, which is a jump to the _Wow64Transition.
Shouldn't it be theoretically possible to therefore load a 64bit dll, and do some sort of similar transition call between the two layers?
Just asking here if this would be theoretically possible, or if i'm wasting my time here. Thank you in advance!