mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-3481 - Gnu Demangler - Checkpoint 1 - Separation of demangler
analyzers; gnu options in analyzer; still require javadocs, help and tests
This commit is contained in:
parent
b6fb46f5df
commit
b774ecb2d6
22 changed files with 1231 additions and 267 deletions
|
@ -15,8 +15,6 @@
|
|||
*/
|
||||
package ghidra.framework.options;
|
||||
|
||||
import ghidra.util.HelpLocation;
|
||||
|
||||
import java.awt.Color;
|
||||
import java.awt.Font;
|
||||
import java.beans.PropertyEditor;
|
||||
|
@ -26,6 +24,8 @@ import java.util.List;
|
|||
|
||||
import javax.swing.KeyStroke;
|
||||
|
||||
import ghidra.util.HelpLocation;
|
||||
|
||||
public interface Options {
|
||||
public static final char DELIMITER = '.';
|
||||
public final static String DELIMITER_STRING = new String(new char[] { DELIMITER });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue