https://loopback.codeplex.com/
这软件的基本作用就是让一些独立的windows程序可以不按照自己的程序内定的网络浏览方式,而是返回到本机的网络设置或者代理方式进行访问网络。
简单点说:一般浏览器设置代理后很多独立的程序访问网络的方式是自己定义的,不会按照浏览器的定义方式。这个就是让程序听话的工具,适用于win8-win10
Project Description
GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8 Modern UI Apps
By default, Windows Modern UI and Universal Apps are forbidden to send network traffic to the local Computer. In order to debug Apps with a tool, we need to enable Loopback capabilities for those Apps.
This tool enables the management of the Apps that can connect to the local Computer.
More information about this topic:
Revisiting Fiddler and Windows 8 Metro-style applications
Fiddler and Windows 8 Metro-style applications
How to enable loopback and troubleshoot network isolation (Windows Store apps)
Check the source code of this project on a sample usage of the Network Isolation APIs :
· NetworkIsolationEnumAppContainers
· NetworkIsolationFreeAppContainers
· NetworkIsolationGetAppContainerConfig
· NetworkIsolationSetAppContainerConfig
This tool does basically the same thing as Fiddler EnableLoopback Utility available here
Thanks to Eric Lawrence for helping with the PInvokes.
Tiago Andrade e Silva
Last edited Apr 20 at 8:05 AM by tiagonmas, version 14