Class PointerLocation

java.lang.Object
com.pnfsoftware.jeb.core.units.code.PointerLocation

@Ser public class PointerLocation extends Object
A pointer location, combining a Pointer with location (address) information.
  • Constructor Details

    • PointerLocation

      public PointerLocation(long loc, Pointer ptr)
    • PointerLocation

      public PointerLocation(long loc, Pointer ptr, int flags)
  • Method Details