SkillAgentSearch skills...

ManagedInjection

A proof of concept for dynamically loading .net assemblies at runtime with only a minimal convention pre-knowledge

Install / Use

/learn @malcomvetter/ManagedInjection
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ManagedInjection

A proof of concept for injecting a pre-compiled .net assembly in memory at runtime with zero pre-knowledge of its assembly namespace or type. All that is necessary is a convention for the initial method name which will be instantiated, or just have the assembly initialize via its Constructor for a true "zero knowledge" scenario.

It's as easy as ManagedInjection.Inject(b64); passing a base64 string of the bytes of an assembly.

screenshot

Related Skills

View on GitHub
GitHub Stars164
CategoryDevelopment
Updated1mo ago
Forks31

Languages

C#

Security Score

80/100

Audited on Feb 24, 2026

No findings