File-less malwares: what and how

What are file-less malwares? How do they work on linux? According to Wikipedia, file-less malware is a variant of computer related malicious software that exists exclusively as a computer memory-based artifact i.e. in RAM. In other words, the malware/program is never written to harddisk but directly loaded in memory. To get a better understanding of how that happens in linux, we need to understand how a normal program loads itself into memory and executes itself....

February 26, 2022 · 14 min · 2876 words · ayedaemon

Keylogger for Linux

Developing a low level keylogger for linux using C. ...

February 2, 2021 · 9 min · 1806 words · ayedaemon

Debugging C Code

How your x86 program starts up in linux ...

January 27, 2021 · 10 min · 2038 words · ayedaemon