Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 12, 2019 12: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/d3f4d310b1818fc4367211da8665c1ea to your computer and use it in GitHub Desktop.
Save ryantm/d3f4d310b1818fc4367211da8665c1ea to your computer and use it in GitHub Desktop.
/nix/store/3shlf9b84s5fl9x4nd54ysabv4yar3f1-yara-3.9.0
├── bin
│   ├── yara
│   └── yarac
├── include
│   ├── yara
│   │   ├── ahocorasick.h
│   │   ├── arena.h
│   │   ├── atoms.h
│   │   ├── bitmask.h
│   │   ├── compiler.h
│   │   ├── error.h
│   │   ├── exec.h
│   │   ├── exefiles.h
│   │   ├── filemap.h
│   │   ├── hash.h
│   │   ├── integers.h
│   │   ├── libyara.h
│   │   ├── limits.h
│   │   ├── mem.h
│   │   ├── modules.h
│   │   ├── object.h
│   │   ├── parser.h
│   │   ├── proc.h
│   │   ├── re.h
│   │   ├── rules.h
│   │   ├── scan.h
│   │   ├── scanner.h
│   │   ├── sizedstr.h
│   │   ├── stack.h
│   │   ├── stopwatch.h
│   │   ├── stream.h
│   │   ├── strutils.h
│   │   ├── threading.h
│   │   ├── types.h
│   │   └── utils.h
│   └── yara.h
├── lib
│   ├── libyara.la
│   ├── libyara.so -> libyara.so.3.9.0
│   ├── libyara.so.3 -> libyara.so.3.9.0
│   ├── libyara.so.3.9.0
│   └── pkgconfig
│   └── yara.pc
└── share
└── man
└── man1
├── yara.1.gz
└── yarac.1.gz
8 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment