GP-3952 Updated the script categories to simplify and reduce the number of folders.

This commit is contained in:
ghidra_blue 2025-06-13 15:00:15 +00:00
parent 7772d98143
commit 7db176b2bd
82 changed files with 885 additions and 981 deletions

View file

@ -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