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…