mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
+2
-2
@@ -33,12 +33,12 @@ import ghidra.program.database.ProgramDB;
|
|||||||
import ghidra.program.model.address.Address;
|
import ghidra.program.model.address.Address;
|
||||||
import ghidra.program.model.listing.Program;
|
import ghidra.program.model.listing.Program;
|
||||||
import ghidra.program.model.symbol.*;
|
import ghidra.program.model.symbol.*;
|
||||||
import ghidra.test.AbstractGhidraHeadlessIntegrationTest;
|
import ghidra.test.AbstractGhidraHeadedIntegrationTest;
|
||||||
import ghidra.test.ToyProgramBuilder;
|
import ghidra.test.ToyProgramBuilder;
|
||||||
import ghidra.util.Msg;
|
import ghidra.util.Msg;
|
||||||
import ghidra.util.task.TaskMonitor;
|
import ghidra.util.task.TaskMonitor;
|
||||||
|
|
||||||
public class GnuDemanglerAnalyzerTest extends AbstractGhidraHeadlessIntegrationTest {
|
public class GnuDemanglerAnalyzerTest extends AbstractGhidraHeadedIntegrationTest {
|
||||||
|
|
||||||
private ProgramDB program;
|
private ProgramDB program;
|
||||||
private GnuDemanglerAnalyzer analyzer = new GnuDemanglerAnalyzer();
|
private GnuDemanglerAnalyzer analyzer = new GnuDemanglerAnalyzer();
|
||||||
|
|||||||
Reference in New Issue
Block a user