Make sure ctypes DLL is called from my extension

89 views Asked by At

I have scenario where my extension Javascript loads a native DLL (also built by me). I would like to know inside the native library that my extension's Javascript is making the calls.

I can figure out that the calling process is firefox, but is there anyway that Firefox forwards me information what extension is calling the native part?

0

There are 0 answers