Hello, I am trying to do some binary instrumentation on cherokee. However, I found out by default, Cherokee will dynamically link its modules/libraries, which will generate some problems for my instrumentation tool, I am wondering if there is a way to build it statically, i.e. when I do "objdump" on the build executable, I can pretty much get all the instructions related to the source code. Right now, when I am doing the objdump, it shows that the code will jump to other libraries, which will be dynamically linked when it is running.
Thank you very much! Wei
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
