Reverse-Engineering-Tutorials icon indicating copy to clipboard operation
Reverse-Engineering-Tutorials copied to clipboard

Some Reverse Engineering Tutorials for Beginners

Results 2 Reverse-Engineering-Tutorials issues
Sort by recently updated
recently updated
newest added

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...

I'm on linux and had to also include `cstdlib` to compile `crack-me` in the first tutorial ✗ g++ crack-me.cpp -o crack-me crack-me.cpp: In function ‘void secret()’: crack-me.cpp:17:23: error: ‘system’ was...