proxychains-windows icon indicating copy to clipboard operation
proxychains-windows copied to clipboard

possibility to proxify a UWP(ms-store) app?

Open crazii opened this issue 3 years ago • 3 comments

So far I've tried: proxychains_win32_x64 cmd /c start [/wait] netflix: proxychains_win32_x64 explorer netflix: this method works for win32 applications such as chrome, msedge

but it is not working for ms-store apps, and I got these message while the app is still running:

[I] 2021/07/12 23:48:33 All Windows descendant process exited. [I] 2021/07/12 23:48:33 Master exiting

It seems the UWP app is hookable (stackoverflow:inject-a-dll-file-to-uwp) but the hooking chain is broken between win32 executable & UWP sandbox container, as the UWP apps have different launch mechanisms.

crazii avatar Jul 12 '21 16:07 crazii

Yeah it seems possible. But UWP Sandbox limitations will void many of the mechaisms we are using (network, IPC etc), so there's a lot of work to do.

shunf4 avatar Jul 13 '21 01:07 shunf4

Yeah it seems possible. But UWP Sandbox limitations will void many of the mechaisms we are using (network, IPC etc), so there's a lot of work to do.

Okay. Is there any plan to add this? I thinks there're not many requirements, so I don't expect much that it will be added.

crazii avatar Jul 13 '21 06:07 crazii

Okay. Is there any plan to add this?

No.

shunf4 avatar Jul 13 '21 06:07 shunf4