Skip to content

Commit

Permalink
Update for Ghidra 11.1: use new DWARF package.
Browse files Browse the repository at this point in the history
Fixes #21.
  • Loading branch information
nneonneo committed Jun 10, 2024
1 parent 8e3b633 commit f072b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/wasm/analysis/WasmDWARFAnalyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package wasm.analysis;

import ghidra.app.plugin.core.analysis.DWARFAnalyzer;
import ghidra.app.util.bin.format.dwarf4.next.sectionprovider.DWARFSectionProviderFactory;
import ghidra.app.util.bin.format.dwarf.sectionprovider.DWARFSectionProviderFactory;
import ghidra.program.model.listing.Program;
import ghidra.util.task.TaskMonitor;
import wasm.WasmLoader;
Expand Down

0 comments on commit f072b41

Please sign in to comment.