Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
update README & HACK with SystemZ information
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 23, 2014
1 parent 21bd393 commit 636f506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HACK.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Capstone source is organized as followings.
│   ├── ARM <- ARM engine
│   ├── Mips <- Mips engine
│   ├── PowerPC <- PowerPC engine
│   ├── Sparc <- Sparc engine
│   ├── SystemZ <- SystemZ engine
│   └── X86 <- X86 engine
├── bindings <- all bindings are under this dir
│   ├── java <- Java bindings + test code
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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, Sparc
and X86.
- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC, Sparc,
SystemZ and X86.

- Having clean/simple/lightweight/intuitive architecture-neutral API.

Expand Down

0 comments on commit 636f506

Please sign in to comment.