Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 18, 2019 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/80a870bba8ef740430757f972598c68b to your computer and use it in GitHub Desktop.
Save ryantm/80a870bba8ef740430757f972598c68b to your computer and use it in GitHub Desktop.
/nix/store/7bmym3snz68zhryihs8dbkn5a28a9sk4-capstone-4.0.1
├── bin
│   └── cstool
├── include
│   └── capstone
│   ├── arm64.h
│   ├── arm.h
│   ├── capstone.h
│   ├── evm.h
│   ├── m680x.h
│   ├── m68k.h
│   ├── mips.h
│   ├── platform.h
│   ├── ppc.h
│   ├── sparc.h
│   ├── systemz.h
│   ├── tms320c64x.h
│   ├── x86.h
│   └── xcore.h
└── lib
├── libcapstone.a
├── libcapstone.so -> libcapstone.so.4
├── libcapstone.so.4
└── pkgconfig
└── capstone.pc
5 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment