slimm609 / checksec

Checksec
https://slimm609.github.io/checksec
Other
2.04k stars 306 forks source link

add __stack_chk_guard to canary search #187

Closed jizzwizz closed 3 years ago

jizzwizz commented 3 years ago

to detect canary search for stack_chk_guard too, in a case that compiler computes all the bounds statically, it won't insert any stack_chk_fail calls even though binary is compiled with ssp.

disconnect3d commented 3 years ago

Why closing this?

jizzwizz commented 3 years ago

I will reopen another one, missed some other places that searches for canary.