mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GT-2 - Documentation - fixed missing help links in Decompiler; fixed
script categories
This commit is contained in:
parent
f0832a6e9d
commit
85d1ab7d51
10 changed files with 111 additions and 104 deletions
|
@ -16,7 +16,7 @@
|
|||
//Converts subroutines to functions.
|
||||
//Subroutines are located using the active
|
||||
//subroutine model on the BlockModelService.
|
||||
//@category Subroutines
|
||||
//@category Functions
|
||||
|
||||
import ghidra.app.script.GhidraScript;
|
||||
import ghidra.app.services.BlockModelService;
|
||||
|
@ -27,9 +27,6 @@ import ghidra.program.model.listing.Listing;
|
|||
import ghidra.program.model.symbol.SourceType;
|
||||
import ghidra.program.model.symbol.Symbol;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class SubsToFuncsScript extends GhidraScript {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue