Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wherewhere/Windows-Loopback-Exemption-Manager
GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8, 8.1, 10 Modern UI Apps.
https://github.com/wherewhere/Windows-Loopback-Exemption-Manager
com loopback oop uwp winrt
Last synced: 4 days ago
JSON representation
GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8, 8.1, 10 Modern UI Apps.
- Host: GitHub
- URL: https://github.com/wherewhere/Windows-Loopback-Exemption-Manager
- Owner: wherewhere
- License: mit
- Created: 2022-10-31T10:51:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:07:01.000Z (3 months ago)
- Last Synced: 2024-08-19T13:07:55.138Z (3 months ago)
- Topics: com, loopback, oop, uwp, winrt
- Language: C++
- Homepage:
- Size: 2.06 MB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - wherewhere/Windows-Loopback-Exemption-Manager - GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8, 8.1, 10 Modern UI Apps. (C)
README
# Project Description
This project is enhancement of [UWP-Loopback-Exemption-Manager](https://github.com/themerror/UWP-Loopback-Exemption-Manager).
GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8, 8.1, 10 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 Win8+ Immersive applications](https://docs.microsoft.com/en-us/archive/blogs/fiddler/revisiting-fiddler-and-win8-immersive-applications)
- [Fiddler and Windows 8 Metro-style applications](https://docs.microsoft.com/en-us/archive/blogs/fiddler/fiddler-and-windows-8-metro-style-applications)
- [How to enable loopback and troubleshoot network isolation (Windows Store apps)](https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh780593(v=win.10))# Network Isolation APIs
Check the source code of this project on a sample usage of the Network Isolation APIs :
- NetworkIsolationEnumAppContainers
- NetworkIsolationFreeAppContainers
- NetworkIsolationGetAppContainerConfig
- NetworkIsolationSetAppContainerConfig![Loopback Exemption Manager](LoopbackSampleExecution.png)
This tool does basically the same thing as Fiddler EnableLoopback Utility.