c3rb3ru5d3d53c.github.io icon indicating copy to clipboard operation
c3rb3ru5d3d53c.github.io copied to clipboard

My Malware Blog

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