
SetWindowsHook를 통해 x64 관리형 DLL을 GUI 프로세스에 주입하며, 모듈식 C# 페이로드 실행기와 LSASS 덤프 POC를 포함한 레드팀/공격적 Windows 테스트용 도구입니다.
원본 프로젝트: https://github.com/enkomio/ManagedInjector
> Requires High Integrity depending on use case
> [System.Reflection.Assembly]::LoadFrom("C:\Users\public\TrollDump.dll")
> [TrollDump.ForFun]::Main("C:\windows\system32\taskmgr.exe")
교육 목적으로만 사용해야 합니다!