buffer-overflow
Question with stack smashing protection and buffer overflows
Im doing some research on buffer overflows and I was wondering how does stack smashing protection works[详细]
2023-03-22 00:11 分类:问答Fencepost conditions and portability for using of snprintf()?
Given the following code: const int size = 20; char buffer[size]; // From the Linux man page for snprintf():[详细]
2023-03-18 07:08 分类:问答PaX and buffer overflow
Is it possilbe to overflow buffer in linux that have PaX in kernel. I want to exploit into a executable by changing the return address using proper input.I\'m using Ubuntu 10.04 and I test this with p[详细]
2023-03-13 05:27 分类:问答Stack direction and buffer overflow
In a downward growing stack, what\'s the rationale for stack variables to be written in an upward direction? For example, if I have char buf[200], say at memory address 0x400. When I write to this arr[详细]
2023-03-11 10:37 分类:问答Buffer overflow in C
I\'m attempting to write a simple buffer overflow using C on Mac OS X 10.6 64-bit. Here\'s the concept:[详细]
2023-03-10 05:49 分类:问答ASLR bruteforcing
I have been trying to bruteforce the ASLR implementation on my machine, for practice. First, I make sure that ASLR is turned on.[详细]
2023-03-06 12:38 分类:问答Passing shellcode from Python as command line argument
I am currently preparing a small presentation about computer security among my fellow students. To get them at least a bit excited I wanted to demonstrate how the wrong use of the strcpy-function inc[详细]
2023-03-06 03:11 分类:问答Glassfish 3.1 Maximum URI Length
I\'m having this error when using a long GET request: SEVERE: GRIZZLY0039: Request URI is too large. java.nio.BufferOverflowException[详细]
2023-03-03 18:03 分类:问答Buffer Overflow with web service invocation - is it possible?
I was wondering if it was theoretically possible开发者_如何转开发 for a webservice buffer overflow attack irrespective of the programming language used to write the service?[详细]
2023-03-02 23:02 分类:问答Buffer Overflow (Return address) [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: how to skip a line doing a buffer overflow in c[详细]
2023-02-27 15:16 分类:问答