28 skills found
jonatan1024 / ClrinjectInjects C# EXE or DLL Assembly into every CLR runtime and AppDomain of another process.
jduv / AppDomainToolkitA toolkit for managing the complexities of .NET application domain programming.
nbaertsch / AutoAppDomainHijackAutomated .NET AppDomain hijack payload generation
weaselsec / ClickOnce AppDomain Manager InjectionClick Once + App Domain
KINGSABRI / AssemblyLoaderVarious implementations for C# in memory execution. Assembly.Load() Assembly.LoadFile() AppDomain.ExecuteAssembly()
CyAScott / AppDomainAlternativeA .Net Core AppDomain isolation alternative.
xfox64x / AppDomainExampleA .NET tool that uses AppDomain's to enable dynamic execution and escape detection.
thiagomayllart / DarkMelkorModified Version of Melkor @FuzzySecurity capable of creating disposable AppDomains in injected processes.
johnmbaughman / MEFInAnAppDomainDemonstrates using MEF in an AppDomain and allows the exchanging of MEF parts while the application is running.
StephenCleary / CrossDomainSingletonAn AppDomain-aware, thread-safe singleton that ensures only one instance exists in the entire application.
vktr / JailsA .NET framework for running code in sandboxed AppDomains and/or processes.
cwsheng / PluginAppDemoAppDomain 隔离示例
fadden / DynamicScriptSandboxAn experiment with C# .NET, dynamic compilation, and AppDomains
Pondidum / PluginDemoDemo application for ShadowCopy and cross AppDomain communication.
shmuelie / System.AppDomainExposes the hidden System.AppDomain in .NET Core
legendary-code / Process DomainA C# remoting solution for creating out-of-process AppDomains
jingyiliu / JointCode.ShuttleJointCode.Shuttle is a fast, flexible and easy-to-use service-oriented framework for cross-AppDomain communication. It's a replacement for MarshalByrefObject which is provided by the runtime libraries.
zastrowm / NUnit.ApplicationDomainRun NUnit tests in separate application domains for better isolation.
harindaka / SimplePluginsSimple Plugins is a .Net based plugins framework which can be used to create new pluggable applications as well as to make existing applications pluggable with just a few lines of code. It’s a simple and easy to use .Net AppDomain based plugins solution which requires zero AppDomain knowledge on the part of the developer.
zippy1981 / AppDomainPoshRunnerPowershell Runner that runs PowerShell scripts in a separate appdomain.