RSSAmplifier

Blog

Posts on dotya.ml

Recent content in Posts on dotya.ml

/posts/RSS feed ↗2 posts

Latest posts

Compiling C programs using -m32 on Arch in 2023

Intro Preliminary: To be clear, this short post is not primarily concerned with running the 32bit programs, instead specifically compiling C programs for 32bit (x86). Compiling a C program for a 32bit architecture in 2023? Well, one might still want to poke at reversing smaller address-space programs, even in 2023, and contrary to the popular belief, there still exist pieces of software not ported…

DNSCrypt - running the server

why are you doing this? There are many publicly available open resolvers using DoT, DoH or DNSCrypt just sitting around the interwebs, waiting to secure the DNS traffic and protect it from whoever is looking. However, we have still felt the need to run our own, especially since DNS is such a critical piece of infrastructure. And now we’re offering it for public use. so what is it? What…