Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenguokai/arm64-stack-ext
Extend your available stack space without OS level support
https://github.com/chenguokai/arm64-stack-ext
Last synced: about 1 month ago
JSON representation
Extend your available stack space without OS level support
- Host: GitHub
- URL: https://github.com/chenguokai/arm64-stack-ext
- Owner: chenguokai
- License: mit
- Created: 2023-12-26T15:42:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T15:44:22.000Z (about 1 year ago)
- Last Synced: 2024-10-15T09:54:04.184Z (3 months ago)
- Language: Assembly
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo demostrates a way to extend your stack by manually adjust the sp to malloc-allocated space that is usually larger than vanilla stack size.