Skip to content

c3rb3ru5d3d53c/c3rb3ru5d3d53c.github.io

Repository files navigation

c3rb3ru5d3d53c.github.io

A blog about my adventures in malware reversing, analysis and more.

To read my blog visit https://c3rb3ru5d3d53c.github.io.

Dependencies

wget    https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_0.101.0_Linux-64bit.deb
sudo apt update
sudo apt install ./hugo_0.101.0_Linux-64bit.deb
sudo apt install -y make

Build

make

Start Server

make server

Clean Build

make clean