Skip to content

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 th…

ackul/CanaryFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 th…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages