Package ghidra.util

Class XmlProgramUtilities

java.lang.Object
ghidra.util.XmlProgramUtilities

public class XmlProgramUtilities extends Object
  • Constructor Details

    • XmlProgramUtilities

      public XmlProgramUtilities()
  • Method Details

    • toString

      public static String toString(Address addr)
      Creates a string representation of the specifed address.
      Parameters:
      addr - the address to convert to a string
      Returns:
      the string representation of the address
    • parseAddress

      public static Address parseAddress(AddressFactory factory, String addrString)
      Parses the address string.
      Parameters:
      factory - the address factory
      addrString - the address string to parse
      Returns:
      the parsed address, or null