Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix RELRO check and stack_chk #197

Merged
merged 1 commit into from
Jul 8, 2022
Merged

fix RELRO check and stack_chk #197

merged 1 commit into from
Jul 8, 2022

Conversation

slimm609
Copy link
Owner

@slimm609 slimm609 commented Jul 8, 2022

fixes #161 for Relro and also __stack_chk for

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

@slimm609 slimm609 force-pushed the fix_stack_chk_and_relro branch from 2b75a80 to f4c2787 Compare July 8, 2022 19:54
@slimm609 slimm609 force-pushed the fix_stack_chk_and_relro branch from f4c2787 to c9e8f76 Compare July 8, 2022 20:08
@slimm609 slimm609 merged commit bbdfc68 into main Jul 8, 2022
@slimm609 slimm609 deleted the fix_stack_chk_and_relro branch July 8, 2022 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RELRO Checking is incorrect for crafted ELF file
1 participant