8000 Tags · PowerShellMafia/PowerSploit · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Tags: PowerShellMafia/PowerSploit

Tags

v3.0.0

Toggle v3.0.0's commit message
Merge pull request #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].
0