Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 16, 2020 23:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save r-ryantm/45ef46fdaeed5cbdeb99ae78d67ea2d4 to your computer and use it in GitHub Desktop.
/nix/store/j77r7isaff3jcxw2bchml2r9vmjxw8ff-capstone-4.0.2
├── 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