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: 3 months ago
JSON representation
PoC compilation of libyara into WASM, for potential future CyberChef integration
- Host: GitHub
- URL: https://github.com/mattnotmitt/libyara-wasm
- Owner: mattnotmitt
- License: isc
- Created: 2018-11-27T22:59:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T14:44:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T03:08:42.435Z (3 months ago)
- Language: C++
- Homepage:
- Size: 434 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libyara-wasm
[](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
```