Interface EState.PointerSanitizer

Enclosing class:
EState

public static interface EState.PointerSanitizer
Pointer sanitizer interface, used to generate a valid address from a pointer value.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    process(long pointer)
     
  • Method Details

    • process

      long process(long pointer)