Wednesday, October 7, 2015

Python ctypes and statically linked libraries

I had no idea this would work.

    ipython
    ctypes.cdll.LoadLibrary(None).time()
    1444260785

No comments:

Post a Comment