hexedit
View and edit files in hexadecimal or in ASCII (by pixel)
Cppcheck
static analysis of C/C++ code (by danmar)
hexedit | Cppcheck | |
---|---|---|
1 | 12 | |
105 | 5,915 | |
- | - | |
3.1 | 9.9 | |
about 2 months ago | 7 days ago | |
C | C++ | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hexedit
Posts with mentions or reviews of hexedit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-06.
-
Awesome Penetration Testing
hexedit - Simple, fast, console-based hex editor.
Cppcheck
Posts with mentions or reviews of Cppcheck.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-02.
-
Starting With Open Source
I decided to look for a trending GitHub repository written in C++, my favorite programming language. I came across a very intriguing repository called cppcheck. Why did it catch my attention? Well, we all know about ESLint and Prettier, but a linter for C++? Now, that is something I just had to explore!
-
Configuring Cppcheck, Cpplint, and JSON Lint
I dedicated Sunday morning to going over the documentation of the linters we use in the project. The goal was to understand all options and use them in the best way for our project. Seeing their manuals side by side was nice because even very similar things are solved differently. Cppcheck is the most configurable and best documented; JSON Lint lies at the other end.
- Cppcheck/Releasenotes.txt
-
Enforcing Memory Safety?
Using infer, someone else exploited null-dereference checks to introduce simple affine types in C++. Cppcheck also checks for null-dereferences. Unfortunately, that approach means that borrow-counting references have a larger sizeof than non-borrow counting references, so optimizing the count away potentially changes the semantics of a program which introduces a whole new way of writing subtly wrong code.
-
Check out my tasks.json for C++ of VScode
Also check out (cppcheck)[https://github.com/danmar/cppcheck] if you want more static analysis
-
What are the must-have tools for any C++ developer?
My browser refuses to open that link. This is better: https://github.com/danmar/cppcheck
-
Awesome Penetration Testing
cppcheck - Extensible C/C++ static analyzer focused on finding bugs.
-
C/C++ pre-commit hooks for static analyzers and linters
and five C/C++ static code analyzers: * clang-tidy * oclint * cppcheck * cpplint (recently added!) * include-what-you-use (recently added!)
-
Caught signal 11 (SIGSEGV) and signal 6 (SIGABRT)
Start by feeding your codebase to a static analysis tool like cppcheck, to rule out obvious bound-checking mistakes in it.
- How to detect stack corruption in embedded c??
What are some alternatives?
When comparing hexedit and Cppcheck you can also consider the following projects:
hexing - Graphical and minimalistic hex editor.
cpplint - Static code checker for C++
RustScan - 🤖 The Modern Port Scanner 🤖
gcc-poison - gcc-poison
Kaitai Struct - Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby
stb - stb single-file public domain libraries for C/C++
ZAP - The ZAP by Checkmarx Core project
American Fuzzy Lop - american fuzzy lop - a security-oriented fuzzer
Metasploit - Metasploit Framework
ZXing - ZXing ("Zebra Crossing") barcode scanning library for Java, Android
SQLMap - Automatic SQL injection and database takeover tool
c-smart-pointers - Smart pointers for the (GNU) C programming language