Skip to content

W3ndige/mango

Repository files navigation

Mango

Simplest YaraX scanner written in C++.

Usage

First you need to install the YaraX C/C++ API. Follow the instructions here.

Now you will be ready compile the project.

  • Create the build directory - mkdir build & cd build
  • Use Cmake to generate build files cmake ..
  • Build the binary with make

To use the project you can run mango --help

YaraX scanner
Usage: ./mango [OPTIONS]

Options:
  -h,--help                   Print this help message and exit
  -y,--yara TEXT REQUIRED     Path to YaraX rule.
  -t,--target TEXT REQUIRED   Path to the file to scan.

Resources

About

YaraX scanner in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published