Yara mode for GNU Emacs to edit Yara related files. This mode provides syntax highlighting, indentation, and other features for editing Yara rules. How to use YARA Language Server: 1. Install the `yls` from https://github.com/avast/yls 2. Run `pip install -U yls-yara` to install the YARA Language Server. 3. Set up a custom language server in the `init.el` file. Example setup: (with-eval-after-load 'lsp-mode (add-to-list 'lsp-language-id-configuration '(yara-mode . "yara")) (lsp-register-client (make-lsp-client :new-connection (lsp-stdio-connection "yls") :activation-fn (lsp-activate-on "yara") :server-id 'yls)))
This tool is not verified yet and doesn't have listed features.
Did you submit the verified tool? Sign in to add features.
Are you the author? Claim the tool by clicking the icon above. After claiming, you can add features.
Tplmap is a tool for detecting and exploiting server-side template injection vulnerabilities.
YARA module for supporting DCSO format bloom filters with hashlookup capabilities.
A .Net wrapper library for the native Yara library with interoperability and portability features.
angr is a Python 3 library for binary analysis with various capabilities like symbolic execution and decompilation.
Guide on emulating Raspberry Pi with QEMU and exploring Arm TrustZone research.
Largest open collection of Android malware samples, with 298 samples and contributions welcome.