mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3952 Updated the script categories to simplify and reduce the number of folders.
This commit is contained in:
parent
7772d98143
commit
7db176b2bd
82 changed files with 885 additions and 981 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
// This script displays a table showing the base address of each source map entry
|
||||
// in the program along with a count of the number of entries starting at the address.
|
||||
// @category SourceMapping
|
||||
// @category Source Mapping
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Map.Entry;
|
||||
|
@ -28,7 +28,6 @@ import ghidra.program.model.sourcemap.SourceMapEntry;
|
|||
import ghidra.program.model.sourcemap.SourceMapEntryIterator;
|
||||
import ghidra.util.datastruct.Counter;
|
||||
|
||||
|
||||
public class ShowSourceMapEntryStartsScript extends GhidraScript {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue