mirror of
https://github.com/aahmad097/AlternativeShellcodeExec
synced 2026-06-06 15:14:28 +00:00
Been scavenging the windows API since bug bounty hunters started calling themsleves researchers.
This commit is contained in:
@@ -57,6 +57,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumPropsW", "EnumPropsW\En
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LdrEnumerateLoadedModules", "LdrEnumerateLoadedModules\LdrEnumerateLoadedModules.vcxproj", "{C88F3C63-7AE2-49F3-A96F-AC11E44DAD3F}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumLanguageGroupLocalesW", "EnumLanguageGroupLocalesW\EnumLanguageGroupLocalesW.vcxproj", "{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
@@ -281,6 +283,14 @@ Global
|
||||
{C88F3C63-7AE2-49F3-A96F-AC11E44DAD3F}.Release|x64.Build.0 = Release|x64
|
||||
{C88F3C63-7AE2-49F3-A96F-AC11E44DAD3F}.Release|x86.ActiveCfg = Release|Win32
|
||||
{C88F3C63-7AE2-49F3-A96F-AC11E44DAD3F}.Release|x86.Build.0 = Release|Win32
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Debug|x64.Build.0 = Debug|x64
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Debug|x86.Build.0 = Debug|Win32
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Release|x64.ActiveCfg = Release|x64
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Release|x64.Build.0 = Release|x64
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Release|x86.ActiveCfg = Release|Win32
|
||||
{8F7C78F7-1CE5-41F8-BAA7-92B297248DB4}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Reference in New Issue
Block a user