Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 819 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 819 Bytes

CanaryFinder

alt tag

Most of the compilers today add the /GS cookie compiler option by default, however in some cases if the compiler identifies that the function does not contain string manipulation or character arrays not more that a certain length Stack cookie is not enabled, This project aims at finding whether the stack cookie is enabled for all functions in the binary or not.

[+] Added support for checking Canary in ELF Files on Linux Platform

Usage: CanaryFinder [OPTION]
Options:
  --file <ELF File>
  --ver
  --help

[+] The Windows Code is not stable yet. Need to add more checks.

alt tag