Peeking Inside Executables And Libraries To Make Debugging Easier
At first glance, both the executables that a compiler produces, and the libraries that are used during the building process seem like they’re not very accessible. They are these black boxes that make an application go, or make the linker happy when you hand it the ‘right’ library file. There …read more
Continue reading Peeking Inside Executables And Libraries To Make Debugging Easier