Reverse-Engineering-Tutorials
Reverse-Engineering-Tutorials copied to clipboard
ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
This command does not work
$ g++ crack-me.cpp -o crack-me -m32
It gives me an error
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
What should I do?