gchatelet / gcc_cpp_mangling_documentation
Reverse engineering of Linux/OSX gcc C++ name mangling
☆112Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for gcc_cpp_mangling_documentation
- A mini ABI capable of handling throw/catch statements for C++ without libstdc++☆163Updated 11 months ago
- A tool to list content of virtual tables in a shared library☆116Updated 3 years ago
- C++11 ELF/DWARF parser☆76Updated 3 years ago
- A plugin for Clang compiler☆115Updated 2 years ago
- A better c++filt and a better undname.exe, in one binary.☆338Updated 3 months ago
- C++11 ELF/DWARF parser☆320Updated 5 months ago
- A versatile C++ function mocking framework.☆128Updated 2 years ago
- Lightweight elf binary parser with no external dependencies - Sections, Symbols, Relocations, Segments☆252Updated 5 months ago
- A simple example of defining custom plugins for clang and the clang static analyzer.☆78Updated 3 years ago
- ☆35Updated 10 years ago
- C++ Testing using spies and fakes for isolation and simulation☆59Updated 6 years ago
- Experiments with the gcc plugin mechanism☆104Updated 11 months ago
- Clang from the Future: A C++17 to C++11 source-to-source compiler☆122Updated 6 years ago
- Resurrected LLVM "Cpp Backend", rebuild as a LLVM tool, with better compatibility and readability.☆67Updated 2 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- ☆95Updated 2 years ago
- Useful resources and samples for using Clang-related tools, or for building stuff on top of Clang.☆224Updated last year
- An easy guide to Clang Static Analyzer extension.☆138Updated 4 years ago
- Code Analysis and Refactoring with Clang Tools☆123Updated 4 years ago
- Tool to demangle C++ symbols.☆56Updated last year
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆63Updated 4 years ago
- Clang with JIT extensions☆229Updated last year
- tool to show the structure layout of types in your C/C++ program, highlighting padding