slimm609 / checksec

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

Fix fortify check by checking fortified vs fortifiable instead #232

Closed azat closed 7 months ago

azat commented 9 months ago

Previous check simply assumes that there is at least one fortified symbol (_chk$), but this is not always true, since libraries cannot have any of those symbols at all (like in 1).