https://github.com/strager/cppstacksize
https://github.com/strager/cppstacksize
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strager/cppstacksize
- Owner: strager
- License: gpl-3.0
- Created: 2023-05-10T02:13:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T03:26:55.000Z (about 3 years ago)
- Last Synced: 2025-03-27T01:23:24.714Z (over 1 year ago)
- Language: C++
- Size: 523 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## License
cppstacksize finds C++ stack usage bugs.
Copyright (C) 2023 Matthew "strager" Glazar
SPDX-License-Identifier: GPL-3.0-or-later
## Related projects
* [puncover][] - ELF cross-function stack analyzer
[puncover]: https://github.com/HBehrens/puncover