From e4261b1f021a439a16cbb548f799513d808d6bbf Mon Sep 17 00:00:00 2001 From: Wietze Date: Tue, 26 Apr 2022 16:59:14 +0100 Subject: [PATCH] Fixing typo --- yml/OtherMSBinaries/Coregen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yml/OtherMSBinaries/Coregen.yml b/yml/OtherMSBinaries/Coregen.yml index 641b1da..7026e44 100644 --- a/yml/OtherMSBinaries/Coregen.yml +++ b/yml/OtherMSBinaries/Coregen.yml @@ -4,7 +4,7 @@ Description: Binary coregen.exe (Microsoft CoreCLR Native Image Generator) loads Author: Martin Sohn Christensen Created: 2020-10-09 Commands: - - Command: coregon.exe.exe /L C:\folder\evil.dll dummy_assembly_name + - Command: coregen.exe /L C:\folder\evil.dll dummy_assembly_name Description: Loads the target .DLL in arbitrary path specified with /L. Usecase: Execute DLL code Category: Execute