aboutsummaryrefslogtreecommitdiff
path: root/Capstone/lib/capstone.dll
AgeCommit message (Collapse)AuthorFilesLines
2014-11-16Moving all RE functionality to PowerShellArsenalmattifestation1-0/+0
https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module.
2014-01-25Generate a non-terminating error if there's a binding/framework version mismatchmattifestation1-0/+0
The user should at least be made aware if they're using an unsupported framework library version.
2014-01-19Capstone.dll returns the correct number of operands now.mattifestation1-0/+0
2014-01-19Capstone module now incorporates framework 2.0RC1mattifestation1-0/+0
* I also moved the contents of Get-CSDisassembly.ps1 into Capstone.psm1
2014-01-04Updated C# Capstone binding to latest versionmattifestation1-0/+0
2013-12-26Major update to Capstone disassembly modulemattifestation1-0/+0
* Refactor of C# capstone binding * Now compatible in 32 and 64-bit PowerShell
2013-12-22Added Capstone Engine PowerShell bindingmattifestation1-0/+0
Consider this to be an alpha release until the C# binding is published.