TopRank Skills

tools debugging Skills

Discover the best skills in this category.

close tools debugging close Sort: Latest
Showing 9258 results
waiwai24

detecting-buffer-overflow...

by waiwai24

star 1

Detects stack and heap buffer overflow vulnerabilities in binary code by identifying unsafe memory operations. Use when...

waiwai24

detecting-incorrect-free

by waiwai24

star 1

Detects incorrect use of free() including freeing non-heap memory, invalid pointers, and mismatched allocators. Use when...

waiwai24

detecting-type-confusion

by waiwai24

star 1

Detects type confusion vulnerabilities by identifying unsafe type casts, vtable corruption, and polymorphism issues. Use...

waiwai24

detecting-arbitrary-write

by waiwai24

star 1

Detects arbitrary write vulnerabilities by identifying unchecked array indexing and out-of-bounds memory writes. Use whe...

waiwai24

detecting-information-dis...

by waiwai24

star 1

Detects information disclosure vulnerabilities including sensitive data in logs, error message exposure, and memory leak...

waiwai24

detecting-format-string

by waiwai24

star 1

Detects format string vulnerabilities by identifying unsafe printf family function calls with user-controlled format str...

waiwai24

detecting-incorrect-memse...

by waiwai24

star 1

Detects incorrect use of memset() including wrong argument order, incorrect size calculations, and misunderstood behavio...

waiwai24

analyzing-crypto-weakness

by waiwai24

star 1

Identifies weak cryptographic algorithms, hardcoded keys, and insecure key management practices in binary code. Use when...

waiwai24

detecting-memory-leaks

by waiwai24

star 1

Detects memory leak vulnerabilities by identifying unfreed memory allocations and missing cleanup in error paths. Use wh...

waiwai24

fingerprinting-binaries

by waiwai24

star 1

Identifies binary file characteristics including compiler signatures, version information, and build environment details...

waiwai24

detecting-memory-corrupti...

by waiwai24

star 1

Detects various memory corruption vulnerabilities beyond simple buffer overflows including heap overflow, stack smashing...

waiwai24

detecting-dead-code

by waiwai24

star 1

Identifies unreachable functions, unused variables, and abandoned code in binary programs. Use when optimizing binary si...

waiwai24

detecting-suspicious-asse...

by waiwai24

star 1

Detects suspicious use of assertions for security checks that can be disabled in production builds. Use when analyzing a...

waiwai24

detecting-double-free

by waiwai24

star 1

Detects double free vulnerabilities by identifying attempts to free the same memory block twice. Use when analyzing memo...

waiwai24

detecting-unchecked-mallo...

by waiwai24

star 1

Detects unchecked return values of memory allocation functions like malloc, calloc, and realloc that can lead to null po...

waiwai24

analyzing-protocols

by waiwai24

star 1

Analyzes network protocol implementations to identify parsing vulnerabilities, state machine issues, and protocol-level...

waiwai24

detecting-race-conditions

by waiwai24

star 1

Detects race condition vulnerabilities including TOCTOU, double-checked locking issues, and shared state problems. Use w...

waiwai24

detecting-arbitrary-read

by waiwai24

star 1

Detects arbitrary read vulnerabilities by identifying unchecked array indexing and out-of-bounds memory access. Use when...

waiwai24

detecting-null-pointer-de...

by waiwai24

star 1

Detects null pointer dereference vulnerabilities by identifying unchecked pointer usage and missing validation. Use when...

waiwai24

detecting-use-after-free

by waiwai24

star 1

Detects use-after-free vulnerabilities by identifying pointer dereferences after memory deallocation. Use when analyzing...

waiwai24

detecting-command-injecti...

by waiwai24

star 1

Detects OS command injection vulnerabilities by identifying unsafe system/popen/exec calls with user-controlled input. U...

waiwai24

detecting-off-by-one

by waiwai24

star 1

Detects off-by-one errors by identifying incorrect loop conditions, array indexing mistakes, and boundary condition prob...

rustomax

detecting-anomalies

by rustomax

star 1

Detect anomalies in metrics and time-series data using OPAL statistical methods. Use when you need to identify unusual p...

rustomax

analyzing-apm-data

by rustomax

star 1

Monitor application performance using the RED methodology (Rate, Errors, Duration) with Observe. Use when analyzing serv...