Tag

C Programming

3 posts

Revisiting an old Apache exploit

My last blog posts were 10 years ago when I was quite active, unfortunately only two previous posts survived various blog service/installation migrations since 2012.

5 min read C Programming

Virtual Functions in C

At first I had no idea because C is not an object oriented programming language and there is no such thing as inheritance, but having some experience with C and knowing how virtual functions work I was thinking that there must be a way to mimic the virtual function

4 min read C Programming