protcheck | A C-based checksec without readelf or grep dependance
kandi X-RAY | protcheck Summary
kandi X-RAY | protcheck Summary
protcheck is a C library. protcheck has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Protcheck 1.0.1 - @lockedbyte (A C utility to check an ELF binary protections parsing the ELF directly instead of using intermediate programs like readelf or grep. This tool checks for: - FORTIFY Source - NX - PIE - Canary - RELRO - Interesting imports like system or execve - Dangerous functions like gets(). Advantages of using C-based program instead of bash/python ones: - You do not depend on external programs like readelf or grep. - Avoid problems: If the program you are using changes it's output, or a user has a different language the results could get wrong. - Parsing the ELF file to check for those protections directly in C could let you understand how to find them manually and how the ELF works internally. - In some CTFs you need to use remote systems that do not have some programs like readelf or grep, using a non-dependant binary could help you to check the protections for the needed binaries.
Protcheck 1.0.1 - @lockedbyte (A C utility to check an ELF binary protections parsing the ELF directly instead of using intermediate programs like readelf or grep. This tool checks for: - FORTIFY Source - NX - PIE - Canary - RELRO - Interesting imports like system or execve - Dangerous functions like gets(). Advantages of using C-based program instead of bash/python ones: - You do not depend on external programs like readelf or grep. - Avoid problems: If the program you are using changes it's output, or a user has a different language the results could get wrong. - Parsing the ELF file to check for those protections directly in C could let you understand how to find them manually and how the ELF works internally. - In some CTFs you need to use remote systems that do not have some programs like readelf or grep, using a non-dependant binary could help you to check the protections for the needed binaries.
Support
Quality
Security
License
Reuse
Support
protcheck has a low active ecosystem.
It has 5 star(s) with 0 fork(s). There are no watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 6 have been closed. On average issues are closed in 0 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of protcheck is current.
Quality
protcheck has 0 bugs and 0 code smells.
Security
protcheck has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
protcheck code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
protcheck is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
protcheck releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
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 protcheck
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of protcheck
protcheck Key Features
No Key Features are available at this moment for protcheck.
protcheck Examples and Code Snippets
No Code Snippets are available at this moment for protcheck.
Community Discussions
No Community Discussions are available at this moment for protcheck.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install protcheck
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
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