aboutsummaryrefslogtreecommitdiff
path: root/Capstone/Capstone.psm1
AgeCommit message (Collapse)AuthorFilesLines
2014-11-16Moving all RE functionality to PowerShellArsenalmattifestation1-171/+0
https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module.
2014-07-10Removed required module statement from Capstonemattifestation1-2/+0
2014-01-25Generate a non-terminating error if there's a binding/framework version mismatchmattifestation1-0/+5
The user should at least be made aware if they're using an unsupported framework library version.
2014-01-19Capstone module now incorporates framework 2.0RC1mattifestation1-1/+168
* I also moved the contents of Get-CSDisassembly.ps1 into Capstone.psm1
2013-12-22Added Capstone Engine PowerShell bindingmattifestation1-0/+1
Consider this to be an alpha release until the C# binding is published.