incppect
Memory inspector
A C++ library that streams memory bits to web clients via WebSocket connections
Inspect C++ memory in the browser
95 stars
8 watching
18 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cedricguillemet/imginspect | A GUI tool utilizing ImGui to inspect image pixels and preview normal maps. | 100 |
bgamari/ghc-debug | Enables heap inspection and analysis of running Haskell programs from an external debugger | 61 |
mkirchner/gc | A conservative, thread-local garbage collector for C. | 1,217 |
orangeduck/tgc | A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
usualsuspect/malscan | A tool to detect and analyze malicious code in process memory by executing Python scripts on YARA matches | 12 |
typesupply/glyph-nanny | A tool that provides live feedback on the technical quality of glyphs in design software. | 63 |
googleprojectzero/bochspwn-reloaded | An emulator-based tool to detect kernel memory disclosure vulnerabilities by tracking uninitialized memory in guest operating systems. | 297 |
40ants/prometheus-gc | Collects metrics about garbage collector state in Common Lisp systems | 4 |
bojand/grpc-inspect | A utility module for inspecting and analyzing gRPC protocol buffer definitions | 9 |
m4b/bingrep | A tool to quickly inspect and analyze binary executables by parsing and coloring their contents. | 1,714 |
rhinosecuritylabs/gcpbucketbrute | Scripts to enumerate and analyze Google Storage bucket permissions | 494 |
tapwork/heapinspector-for-ios | An iOS app that helps detect memory issues and leaks in Objective-C apps without using Instruments. | 1,858 |
noahtheduke/splint | A Clojure linter focused on enforcing coding style and code structure guidelines. | 116 |
hack-all-the-things/charsetinspect | A script that inspects multi-byte character sets to identify specific properties | 26 |
ko1/gc_tracer | Tools for tracing and monitoring Ruby garbage collector activities | 306 |