Module enhanced_pointer_extractor

Module enhanced_pointer_extractor 

Source
Expand description

Enhanced pointer extraction with real pointer prioritization

This module provides improved pointer extraction logic that prioritizes real heap pointers over synthetic ones, with clear marking of pointer types.

Structs§

EnhancedPointerExtractor
Enhanced pointer extractor with validation and categorization
PointerStatistics
Statistics about pointer extraction
TypeInfo
Type information for enhanced tracking

Enums§

PointerInfo
Information about a pointer and its origin
SyntheticReason
Reasons why a synthetic pointer was generated
TypeCategory
Categories of types for better analysis

Traits§

EnhancedTrackable
Enhanced Trackable trait with pointer info