aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution/Invoke-ShellcodeMSIL.ps1
AgeCommit message (Collapse)AuthorFilesLines
2015-11-05Removing Invoke-ShellcodeMSILMatt Graeber1-267/+0
This was only ever intended to be a PoC. I'll bring this back if requested but it exhibits duplicate functionality.
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-2/+2
2013-05-12Removed test code in Invoke-ShellcodeMSILMatt Graeber1-4/+1
There was some test code at the end of Invoke-ShellcodeMSIL that would cause the function to execute when the script was dotsourced.
2013-04-05Adding Invoke-ShellcodeMSILMatt Graeber1-0/+270
Invoke-ShellcodeMSIL executes shellcode without making any Win32 function calls.