Skip to content

Tags: bianfusia/PowerSploit

Tags

v3.0.0

Toggle v3.0.0's commit message
Merge pull request PowerShellMafia#102 from PowerShellMafia/dev

Merge 3.0 release changes

v2.2

Toggle v2.2's commit message
Explicitly casting types as [Type]

The latest version of .NET added generics to many of the InteropService
methods. Therefore, all of my uses of types need to be explicitly cast
with [Type].