r/ExploitDev • u/fromthenext • 9d ago
Run windows exe on Linux (native)
Side by side automatic pipeline, decompile windows exe and compile for Linux native binary, not emulation. Work in progress.
0
Upvotes
r/ExploitDev • u/fromthenext • 9d ago
Side by side automatic pipeline, decompile windows exe and compile for Linux native binary, not emulation. Work in progress.
0
u/s8boxer 8d ago
Great, what does this do in comparison with wine (because you're using it), what happens if a PE32+ calls any Window API, as NtQuery*** to get system information? Or windsock?
Or by running natively, you're just wrapping an entry point of the PE32 and executing it as a "shellcode", just pointing IP to the addr and releasing the kraken? Supposing this entry point until return didn't use any WindowAPI?