Skip to content
Advertisement

Tag: intel-pin

Compiling pintool with sqlite3 database

I am writing a pintool to instrument my binary. I would like to use sqlite3 database to store the information about instructions. I can compile and execute sqlite3 “helloworld” example without any problem. As well I can compile and execute my pintool without sqlite connection. However, whenever I integrate sqlite code in the pintool I have an error: dlopen failed:

Advertisement