
# DLL Weaposniation Test-Bench

This directory contains a test-bench with various DLL loading primitives:

- DLLs disguised as unusual file formats: `XLL`, `CPL`, ...

- DLLs used in Side-Loading scenario:
	- eg. when `NisSrv.exe` loads lying around `mpclient.dll`

- DLLs used in DLL Hijacking/Proxying scenario:
	- eg. when `Teams.exe` loads first `version.dll` it can find

- Other ways to run DLL:
	- like for instance with `rundll32 evil.dll,Run`
