slimm609 / checksec

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

fix RELRO check and stack_chk #197

Closed slimm609 closed 2 years ago

slimm609 commented 2 years ago

fixes #161 for Relro and also __stack_chk for

void lol__stack_chk_fail() {}
int main() {
    lol__stack_chk_fail();
}