Tags
Created
Mar 1, 2023 4:16 PM
Status
Done
Install the latest version of Yara
git clone https://github.com/VirusTotal/yara.git
apt-get install libmagic-dev bison
apt-get install automake libtool make gcc pkg-config
apt-get install flex bison
apt-get install libssl-dev
apt-get install libmagic-dev
cd yara
./bootstrap
./configure --enable-magic
echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig