Posts Tagged ‘memory’
Exploit writing tutorial part 8 : Win32 Egg Hunting
Viewed 2,119 time(s) |
Add this post to Your Favorite Posts
Introduction Easter is still far away, so this is probably the right time to talk about ways to hunting for eggs (so you would be prepared when the easter bunny brings you another 0day vulnerability) In the first parts of this exploit writing tutorial series, we have talked about stack based overflows and how they can lead to arbitrary code execution. In all of the exploits that we have built so far, the location of where the shellcode is placed is more or less static and/or could be referenced by using a register (instead of a hardcoded stack address), taking care of stability and reliability. In some parts of the series, I have talked about various techniques to jump to shellcode, including techniques that would use one or more trampolines to get to the shellcode. In …
Why Vista 32bit doesn’t use more than 3Gb of memory, even if you have more RAM installed
Viewed 604 time(s) |
Add this post to Your Favorite Posts
Found this link on twitter – a very interesting read indeed :
http://www.geoffchappell.com/viewer.htm?doc=notes/windows/license/memory.htm Read more »