matterpreter/DefenderCheck

cannot compile?

meanjellybean1 opened this issue · 5 comments

have this error: System.IndexOutOfRangeException: 'Index was outside the bounds of the array.'

same
anyway to fix this? @matterpreter

This sounds like a runtime error, not an error during compilation. Could you please provide the full stack trace?

Hi! I'm having the same error on my side. Compiled using Visual Studio 2022, the full stack trace I'm getting is the following:

.\DefenderCheck.exe
System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' at DefenderCheck.Program.Main(String[] args) at C:\Users\n4f\Desktop\DefenderCheck-master\DefenderCheck\DefenderCheck\Program.cs:line 21

ah, nevermind, you need to specify the file you want to analyze or else you'll get that out of bounds error @meanjellybean1 @matterpreter :)

Fixed in 27616de