Skip to content

Instantly share code, notes, and snippets.

@ppmathis
Created July 31, 2014 09:07
Show Gist options
  • Save ppmathis/d3f11f216d326b8d7c24 to your computer and use it in GitHub Desktop.
Save ppmathis/d3f11f216d326b8d7c24 to your computer and use it in GitHub Desktop.
keepass.io - Issue #9
==== NeoXiD (Xubuntu 14.04) ====
nm build/Release/kpion.node | grep _ZTVN8CryptoPP18StringSinkTemplateISsEE
> U _ZTVN8CryptoPP18StringSinkTemplateISsEE
nm /usr/lib/libcrypto++.a | grep _ZTVN8CryptoPP18StringSinkTemplateISsEE
> 0000000000000000 V _ZTVN8CryptoPP18StringSinkTemplateISsEE
> U _ZTVN8CryptoPP18StringSinkTemplateISsEE
==== Jellyfrog (Mac OS X 10.10) ====
nm build/Release/kpion.node | grep __ZTVN8CryptoPP18StringSinkTemplateISsEE
> U __ZTVN8CryptoPP18StringSinkTemplateISsEE
nm /usr/lib/libcrypto++.a | grep __ZTVN8CryptoPP18StringSinkTemplateISsEE
> Not present... :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment