answersLogoWhite

0

Attackers use buffer overflows to

Updated: 10/18/2022
User Avatar

Wiki User

12y ago

Best Answer

point to another area in data memory that contains the attacker's malware code

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Attackers use buffer overflows to
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you clear a StringBuffer?

Set length of buffer to zero to clear a StringBufferinstance.Example:StringBuffer buf = new StringBuffer();// ... use bufferbuf.setLength(0);// buffer now has zero length


Why gets function gives a warning every time you compile a c program?

It is unsafe. In order to use gets() safely, you need to know how many characters you will be reading to ensure your character buffer is large enough: char buffer[10]; while (gets (buffer) != 0) { ...process buffer... } The above code has undefined behaviour when the number of characters read is 10 or more (you need one character for the null-terminator). This is because the character buffer, str, decays to a pointer (referencing &str[0]) and the function, gets(), cannot determine the number of characters in a buffer by its pointer alone. The gets() function was dropped from the C standard in 2011, however some implementations still include it. To avoid the warning, use the fgets() function instead. This allows you to specify the length of your buffer and (when used correctly) prevents buffer overflow. char buffer[10]; while (fgets (buffer, 10, stdin) != 0) { ...process buffer... }


What is difference between single double and circular buffer?

single buffer : you read and write on the same buffer, can be messy if both reading and writing take place at the same time.double buffer : you read one buffer and you write the other one. When both reading and writing are complete, the buffers are swapped. It solves the problem of simultaneous reading and writing but requires synchronization.circular buffer : this a buffer with two pointer : read and write. If both pointers are equal, the buffer is empty.For each write operation, the write pointer advances and each time data is read back, the read pointer advances. It is circular because when a pointer reaches the end, it wraps back to the beginning.It may be used to implement a queue which allows simultaneous reading and writing without synchronization as long as the buffer is not full.A double buffer is basically a circular buffer of size 2 and a single buffer is basically a circular buffer of size 1.


What do you mean by buffer in micro processor?

A buffer is merely a temporary storage used in conjunction with computation.


Why scanf functions is not used to read a line of text?

Because it is not safe. Scanf puts the data into a buffer. There is no size checking so the data may be larger than the buffer causing a buffer overrun with undefined (usually bad but always undesirable) behavior.

Related questions

If use sodium phosphate buffer instead of potassium phosphate buffer?

its ok to use


What is the collective noun for attackers?

Appropriate collective nouns for attackers are a band of attackers, a gang of attackers, a group of attackers, etc.


What is the function of TNE buffer?

We use it for isolation of proteins from yeast cells as a lysis buffer


Which bjt transistor amplifier can be used as a voltage buffer?

the common collector can use as voltage buffer


When was Attackers created?

Attackers was created in 1996.


What is the use of buffer?

To maintain constant the pH of a solution.


How do you prepare pH buffer soultion?

Decide on the concentration of the buffer, use 1L to be simple PH for your buffer should be within one pH unit from the pKa of the acid/conjugate base use Henderson Hasselbalch Equation pH = pKa + log ([Base]/[Acid]) For a 1 M buffer [Acid] + [Base] = 1


How do you use buffer in a sentence?

You didn't say which meaning you want to use for this word. A buffer can be a barrier which lessens or absorbs a shock. The airbag acts as a buffer in case of an accident. She was the buffer between them, and kept the argument from getting out of hand. Buffer can also mean a chemical substance which minimizes the acidity of a substance. I need a bottle of buffered aspirin; the buffer keeps it from upsetting your stomach. Buffer can also be a verb meaning to do either of the above. The neutral zone between the two countries buffered their rivalry. That substance buffers the chemicals.


How do you increase buffer capacity?

Increase the concentration of salt and acid or base. If you are not suppose to increase concentration use more volume of buffer.


Why did the Indians use weapons?

To hunt and defend against attackers. Later in war against the "Whites"


Is there any calculation to make phosphate buffer at pH 7?

Yes you need to know what molarity of the phosphate buffer you need to make and what voluime, then you can use Henderson-Hasselbalch equation. or simply use the phophate buffer calculator http://home.fuse.net/clymer/buffers/phos2.html


Is it true apatosaurus crushed its attackers with forelegs?

Personally i think that the apatosaurus could not crush it attackers with its forelegs because the attackers would have to be miniscule.