stack-overflow
Do we overwrite EIP (return address) with an opcode or memory address?
char shellcode[] =\"\\xeb\\x2a\\x5e\\x89\\x76\\x08\\xc6\\x46\\x07\\x00\\xc7\\x46\\x0c\\x00\\x00\\x00\"\"\\x00\\xb8\\x0b\\x00\\x00\\x00\\x89\\xf3\\x8d\\x4e\\x08\\x8d\\x56\\x0c\\xcd\\x80\"\"\\xb8\\x01\\[详细]
2023-02-27 11:49 分类:问答Recovering from stack overflow or heap exhaustion in a Haskell program
I am currently writting a genetic algorithm in Haskell in which my chromosomes are rather complex structures representing executable systems.[详细]
2023-02-26 16:29 分类:问答StackOverflowException was unhandled
I\'m having this error in my code An unhandled exception of type \'System.StackOverflowException\' occurred in MedCareProviderLibrary.dll[详细]
2023-02-25 06:14 分类:问答Stack Overflow error with ArrayLists
I\'m trying to write some code to look through an image file for groups of pixels that are the same color.[详细]
2023-02-25 03:38 分类:问答Pthreads - out of memory?
I am programming something in C that creates a lot of Pthreads in Linux. When I run the program with a low amoun开发者_StackOverflow社区t of threads it works, but once I make it create around 1000 th[详细]
2023-02-23 08:40 分类:问答delphi 2009, popup menu causes EStackOverFlow
small piece of the stack :0047fe17 TControl.Perform + $27 :0047eb54 TControl.FontChanged + $40 :0043797f TFont.SetData + $2F[详细]
2023-02-23 03:30 分类:问答DIY stack protection
I have a Android NDK project in C++. Customers are complaining of intermittent, irreproducible glitches. I suspect a memory corruption bug somewhere. I already have a malloc barrier; now I want to che[详细]
2023-02-23 00:59 分类:问答Stack overflow in c# app using c++ dll
I\'ve got a c# program which is using a c++/cli managed dll. The dll contains a lot of legacy code, consisting of quite a few win32 windows.[详细]
2023-02-22 02:24 分类:问答I get an error EStackOverflow when creating packed struct in delphi 7.0
I\'m getting an EStackOverflow when creating a packed struct in Borland Delphi 7.0 I want to do the following:[详细]
2023-02-21 05:48 分类:问答Infinite recursive calls should raise a stack overflow in this case?
I\'ve recently thought about this case of stack overflow: int f() { return f(); } int main(void) { f(); return 0;[详细]
2023-02-18 16:11 分类:问答