Questions tagged as 'buffer-overflow'

2
answers

Which architecture and operating system properties allow a buffer overflow attack?

Buffer overflow attacks occur when, when writing to a memory space, a program overflows the buffer boundaries and writes to an area of adjacent memory. I would like to know what features, from the point of view of architecture and the operat...
asked by 07.02.2014 / 15:15
1
answer

Use% (limit) [^ \ n] in scanf is it safe to capture strings?

I'd like to know a totally secure way of capturing strings without running buffer overflow or any other threat. I read a lot about ready-made functions and would like to know which are the most recommended, but I wanted to be able to impleme...
asked by 07.11.2014 / 14:01
1
answer

How to avoid buffer overflow in simple Assembly (nasm) application?

I'm wanting to avoid writing out of the application due to buffer overflow, but I do not know how. The application is simple: it shows a message that prompts the user to type something, then takes that typed data and shows it on the screen. Howe...
asked by 05.02.2015 / 15:28