This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
forked from capstone-engine/capstone
Capstone disassembly framework: Core + Python + Ocaml + Java + C# bindings
License
mattifestation/capstone
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 13 commits ahead, 3607 commits behind capstone-engine:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capstone offers some unparalleled features: - Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC & X86. - Having clean/simple/lightweight/intuitive architecture-neutral API. - Provide details on disassembled instruction (called “decomposer” by others). - Provide semantics of the disassembled instruction, such as list of implicit registers read & written. - Implemented in pure C language, with lightweight wrappers for C++, Python, Ruby, OCaml, C#, Java and Go available. - Native support for Windows & *nix platforms (with OSX, Linux, *BSD & Solaris have been confirmed). - Thread-safe by design. - Distributed under the open source BSD license. Further information is available at http://www.capstone-engine.org [Compile] See COMPILE.TXT file for how to compile and install Capstone [Status] - Capstone can only compile to Windows via Cygwin, or cross-compile using MingW. Visual Studio support will be done in the future. - X86 engine cannot handle many malware tricks yet. Please report all the raw binary code that Capstone cannot disassemble, or does that wrongly, so we can fix that in the next version - This package only contains Java & Python bindings. For C#, Go, Ocaml & Ruby, refer to the corresponding git repositories. [Hack] See HACK.TXT file for the structuture of the source code. [License] This project is released under the BSD license. If you redistribute the binary or source code of Capstone, please attach file LICENSE.TXT with your products.
About
Capstone disassembly framework: Core + Python + Ocaml + Java + C# bindings
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 68.7%
- Java 9.3%
- C++ 7.1%
- Python 5.6%
- C# 4.7%
- OCaml 4.5%
- Shell 0.1%