Compilation error: stray ‘\302’ in program etc

后端 未结 13 2153
眼角桃花
眼角桃花 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:39

    The explanations given here are correct. I just wanted to add that this problem might be because you copied the code from somewhere, from a website or a pdf file due to which there are some invalid characters in the code.

    Try to find those invalid characters, or just retype the code if you can't. It will definitely compile then.

    Source: stray error reason

提交回复
热议问题