-
Reading static libraries
The journey of reading library binaries To answer these questions we will start by creating a small library with one function. After we have the micro library. we will examine it and see if we can find the single defined function. Library Source Layout CMakeLists.txt Note: Just to be clear having a CMakeLists for this…