analyze-oops
SolidAnalyze a kernel Oops from the printk buffer in a PearPC memory dump
Install
Quality Score: 84/100
Skill Content
Details
- Author
- sebastianbiallas
- Repository
- sebastianbiallas/pearpc
- Created
- 11 years ago
- Last Updated
- 2 weeks ago
- Language
- C++
- License
- GPL-2.0
Similar Skills
Semantically similar based on skill content — not just same category
profile
Run CPU and memory profiling with pprof to identify performance hotspots. Use when investigating high resource usage.
code-review-asm-xtensa
Review Xtensa assembly code for ESP32 platforms. Checks for critical errors in inline assembly, ABI compliance, and optimization opportunities. Use after modifying ESP32 assembly or inline asm code.
investigate
Systematically investigate bugs, test failures, build errors, performance issues, or unexpected behavior by cycling through characterize-isolate-hypothesize-test steps. Use when the user asks to "investigate this bug", "debug this", "figure out why this fails", "find the root cause", "why is this broken", "troubleshoot this", "diagnose the issue", "what's causing this error", "look into this failure", "why is this test failing", or "track down this bug".
byte-pattern-matching
Search for raw byte patterns (hex sequences, opcodes) in binary code. Use when looking for specific instruction sequences, machine code patterns, UEFI SMI handlers, or known vulnerability signatures by their byte representation.
null-pointer-dereference
Detects code that dereferences pointers or return values that could be NULL without validation, causing crashes or privilege escalation.