View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000891 | Kali Linux | [All Projects] Queued Tool Addition | public | 2014-01-10 17:34 | 2021-05-18 11:02 |
Reporter | dookie | Assigned To | dookie | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | 1.0.7 | Fixed in Version | 1.0.7 | ||
Summary | 0000891: Add the Capstone Disassembly Framework | ||||
Description | http://www.capstone-engine.org/index.html Capstone is a lightweight multi-platform, multi-architecture disassembly framework. This isn't a particular tool but it's what you would use to create other tools and it's got some smart folks involved with it. Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips & X86 (more details). Clean/simple/lightweight/intuitive architecture-neutral API. Provide details on disassembled instruction (called “decomposer” by others). Provide some semantics of the disassembled instruction, such as list of implicit registers read & written. Implemented in pure C language, with bindings for Python, Ruby, OCaml, C#, Java and GO available. Native support for Windows & *nix (including MacOSX, Linux, *BSD platforms). Thread-safe by design. Distributed under the open source BSD license. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-01-10 17:34 | dookie | New Issue | |
2014-01-10 17:34 | dookie | Status | new => assigned |
2014-01-10 17:34 | dookie | Assigned To | => dookie |
2014-01-10 20:16 | dookie | Note Added: 0001334 | |
2014-01-10 20:16 | dookie | Status | assigned => resolved |
2014-01-10 20:16 | dookie | Fixed in Version | => 1.0.7 |
2014-01-10 20:16 | dookie | Resolution | open => fixed |
2021-05-18 11:02 | g0tmi1k | Category | New Tool Requests => Queued Tool Addition |