Compilation error: stray ‘\302’ in program etc

后端 未结 13 2166
眼角桃花
眼角桃花 2020-12-01 14:03

I am having problem compiling the followed exploit code:

http://downloads.securityfocus.com/vulnerabilities/exploits/59846-1.c

I am using: \"gcc file.c\" and

13条回答
  •  庸人自扰
    2020-12-01 14:40

    This problem comes when you have copied some text from html or you have done modification in windows environment and trying to compile in Unix/Solaris environment.

    Please do "dos2unix" to remove the special characters from the file:

    dos2unix fileName.ext fileName.ext

提交回复
热议问题