https://github.com/lolp1/domainwrapper
DomainWrapper for injecting .net code.
https://github.com/lolp1/domainwrapper
Last synced: about 2 months ago
JSON representation
DomainWrapper for injecting .net code.
- Host: GitHub
- URL: https://github.com/lolp1/domainwrapper
- Owner: lolp1
- Created: 2015-10-22T11:48:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T15:56:50.000Z (over 8 years ago)
- Last Synced: 2025-03-25T17:23:27.277Z (3 months ago)
- Language: C#
- Size: 520 KB
- Stars: 20
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DomainWrapper
### DomainWrapper is set of classes to provide an easy way to handle the injection of .net code into a process.* Simply inject the dll and call the export below with the path being replaced with the applications path you want to host.
* Example: LoadDomainHostSettings(C:\Users\Name\Desktop\Test\TestApp.exe)
```csharp
LoadDomainHostSettings(string applicationPath)
```## Credits
*miceiken/Scorpiona deserve all credits for the base domain classes.