Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattnotmitt/libyara-wasm

PoC compilation of libyara into WASM, for potential future CyberChef integration
https://github.com/mattnotmitt/libyara-wasm

Last synced: about 2 months ago
JSON representation

PoC compilation of libyara into WASM, for potential future CyberChef integration

Awesome Lists containing this project

README

        

# libyara-wasm
[![Build Status](https://github.com/mattnotmitt/libyara-wasm/workflows/Build%20%26%20Deploy/badge.svg)](https://github.com/mattnotmitt/libyara-wasm/actions?workflow=Build%20%26%20Deploy)

WASM-based JS Library using a c++ wrapper around [libyara](https://github.com/virustotal/yara). Currently only exposes methods required by [CyberChef](https://github.com/gchq/CyberChef) but may potentially expose more in the future. No documentation at the moment.
## Build

```sh
mkdir build && cd build
emconfigure cmake ..
emmake make -jx # where x is number of threads to build with
```