hashcat Forum

Full Version: When link the hashcat library, errors about 'undefined declaration' occurs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to `#include` hashcat header files to achieve my special tasks. But, when I link my `.o` files with `libhashcat.so.6.2.6`, I got 'undefined declaration` errors.

What puzzles me is that, I can get the functions symbols in `libhashcat.so.6.2.6` by using `objdump -t` command. I use the `cmake` as my build tool.

If you have any suggestions, make me known. Thank you very much!
This problem has solved!