You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stack overflows in particular are very hard to detect and very dangerous, it would be very nice to have a system to create debug builds of a program that can detect this kind of issues.
AntonioND
changed the title
Investigate if it's possible to ad heap/stack canaries
Investigate if it's possible to add heap/stack canaries
May 31, 2024
Stack overflows in particular are very hard to detect and very dangerous, it would be very nice to have a system to create debug builds of a program that can detect this kind of issues.
The following can be used as inspiration: https://github.com/profi200/libn3ds/blob/3bd21685705cbcc4ada9aab2c0f43faeeb304151/source/arm11/debug.c#L309-L386
EDIT: We already have stack canaries thanks to @asiekierka, only heap canaries are left.
The text was updated successfully, but these errors were encountered: