GT-2 - Documentation - fixed missing help links in Decompiler; fixed

script categories
This commit is contained in:
dragonmacher 2020-08-05 09:14:21 -04:00
parent f0832a6e9d
commit 85d1ab7d51
10 changed files with 111 additions and 104 deletions

View file

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