When link the hashcat library, errors about 'undefined declaration' occurs
#1
Thumbs Up 
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!
Reply


Messages In This Thread
When link the hashcat library, errors about 'undefined declaration' occurs - by WeiCoer - 04-12-2023, 04:34 AM