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)))
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A sandbox for quickly sandboxing known or unknown families of Android Malware
An open source machine code decompiler that converts binary executables into readable C source code across multiple architectures and file formats.
Valkyrie is a sophisticated file verdict system that enhances malware detection through behavioral analysis and extensive file feature examination.
A collaborative malware analysis framework with various features for automated analysis tasks.
Code to prevent a managed .NET debugger/profiler from working.
Joe Sandbox Community provides automated cloud-based malware analysis across multiple OS platforms.
PinCTF is a tool for using Intel's Pin Tool to instrument reverse engineering binaries and count instructions.
Falcon Sandbox is a malware analysis framework that provides in-depth static and dynamic analysis of files, offering hybrid analysis, behavior indicators, and integrations with various security tools.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.