Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 22, 2018 03:12
Show Gist options
  • Save ryantm/127d4c8348fb8957274c0cf7a3604d3d to your computer and use it in GitHub Desktop.
Save ryantm/127d4c8348fb8957274c0cf7a3604d3d to your computer and use it in GitHub Desktop.
/nix/store/1z73r2v249j3brr8q7kbga0ynfg67wjj-capstone-3.0.5
├── bin
│   └── cstool
├── include
│   └── capstone
│   ├── arm64.h
│   ├── arm.h
│   ├── capstone.h
│   ├── mips.h
│   ├── platform.h
│   ├── ppc.h
│   ├── sparc.h
│   ├── systemz.h
│   ├── x86.h
│   └── xcore.h
└── lib
├── libcapstone.a
├── libcapstone.so -> libcapstone.so.3
├── libcapstone.so.3
└── pkgconfig
└── capstone.pc
5 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment