Class ApplicationIdentifier

java.lang.Object
ghidra.framework.ApplicationIdentifier

public class ApplicationIdentifier extends Object
Class to represent an application's unique identifier. An application identifier is made up of an application name, an application version, and an application release name.
 The identifier format is (\.+) - \d\.\d(\.\d)?(\-.+)? _ (\.+)
                          name         version        release name
 
Application names will be converted to all lowercase and application release names will be converted to all uppercase. Both will have spaces removed from their names.

Examples:

  • ghidra-7.4_DEV