sataniccanary | A GCC plugin implementing various stack canaries
kandi X-RAY | sataniccanary Summary
kandi X-RAY | sataniccanary Summary
sataniccanary is a C library. sataniccanary has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
The Satanic Canary gcc plugin implements three types of stack canaries. Two of these are currently enabled, and they are described below. This plugin is merely for testing/exploring stack canaries and what they can do for binary runtime security. I feel safe in saying that the Basic and TSC Data canaries can be used, but are not perfect. Canaries are not always impervious to compromise. Likewise, they can impart overhead to the program being executed. A canary, or stack cookie, is merely a value on the stack which is placed there at compile time in the function prologue. During runtime, at function epilogue, the sanity of that value is checked. If the value has been modified then the canary calls an abort() since the stack has been corrupted (either through bad programming or a malicious intent). The canaries are chosen at random for each function being compiled. The array of structs below in the canaries array are the canaries that can be enabled/disabled.
The Satanic Canary gcc plugin implements three types of stack canaries. Two of these are currently enabled, and they are described below. This plugin is merely for testing/exploring stack canaries and what they can do for binary runtime security. I feel safe in saying that the Basic and TSC Data canaries can be used, but are not perfect. Canaries are not always impervious to compromise. Likewise, they can impart overhead to the program being executed. A canary, or stack cookie, is merely a value on the stack which is placed there at compile time in the function prologue. During runtime, at function epilogue, the sanity of that value is checked. If the value has been modified then the canary calls an abort() since the stack has been corrupted (either through bad programming or a malicious intent). The canaries are chosen at random for each function being compiled. The array of structs below in the canaries array are the canaries that can be enabled/disabled.
Support
Quality
Security
License
Reuse
Support
sataniccanary has a low active ecosystem.
It has 12 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
sataniccanary has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of sataniccanary is current.
Quality
sataniccanary has 0 bugs and 0 code smells.
Security
sataniccanary has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
sataniccanary code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
sataniccanary is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
sataniccanary releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sataniccanary
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sataniccanary
sataniccanary Key Features
No Key Features are available at this moment for sataniccanary.
sataniccanary Examples and Code Snippets
No Code Snippets are available at this moment for sataniccanary.
Community Discussions
No Community Discussions are available at this moment for sataniccanary.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sataniccanary
You can download it from GitHub.
Support
Matt Davis (enferex) mattdavis9@gmail.com.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page