Skip to content

mvojacek/growstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

GrowStack

This C/asm PoC executes a function with its stack moved to the heap, allowing for larger stacks.

Download latest build

The main function first executes a large recursive function with this PoC, using about 2GB or memory for the stack, which should succeed, and then executes the same function on the system stack, which should fail.

Building

cmake .
make

License

All rights reserved.

Disclaimer

I am not responsible for anything that happens, including but not limited to, alien invasions, computers becoming self-aware, Mark Zuckerberg collecting your data, your grandmother getting scammed online, or the FBI taking you into custody for cyber crime.

About

x86 asm PoC that moves the stack to the heap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published