Platform Related Differences
A number of platforms have subtle differences in their implementation of the call stack that can affect the way a stack buffer overflow exploit will work. Some machine architectures store the top level return address of the call stack in a register. This means that any overwritten return address will not be used until a later unwinding of the call stack. Another example of a machine specific detail that can affect the choice of exploitation techniques is the fact that most RISC style machine architectures will not allow unaligned access to memory. Combined with a fixed length for machine opcodes this machine limitation can make the jump to ESP technique almost impossible to implement (with the one exception being when the program actually contains the unlikely code to explicitly jump to the stack register).
Read more about this topic: Stack Buffer Overflow
Famous quotes containing the words platform, related and/or differences:
“Do you know I believe that [William Jennings] Bryan will force his nomination on the Democrats again. I believe he will either do this by advocating Prohibition, or else he will run on a Prohibition platform independent of the Democrats. But you will see that the year before the election he will organize a mammoth lecture tour and will make Prohibition the leading note of every address.”
—William Howard Taft (18571930)
“There is nothing but is related to us, nothing that does not interest us,kingdom, college, tree, horse, or iron show,the roots of all things are in man.”
—Ralph Waldo Emerson (18031882)
“The mother must teach her son how to respect and follow the rules. She must teach him how to compete successfully with the other boys. And she must teach him how to find a woman to take care of him and finish the job she began of training him how to live in a family. But no matter how good a job a woman does in teaching a boy how to be a man, he knows that she is not the real thing, and so he tends to exaggerate the differences between men and women that she embodies.”
—Frank Pittman (20th century)