modifiedmethod:
createThunkFunction
removed throws DuplicateNameException
- ghidra.program.model.listing.Function createThunkFunction(java.lang.String name, ghidra.program.model.symbol.Namespace nameSpace, ghidra.program.model.address.Address entryPoint, ghidra.program.model.address.AddressSetView body, ghidra.program.model.listing.Function thunkedFunction, ghidra.program.model.symbol.SourceType source) throws DuplicateNameException, OverlappingFunctionException
+ ghidra.program.model.listing.Function createThunkFunction(java.lang.String name, ghidra.program.model.symbol.Namespace nameSpace, ghidra.program.model.address.Address entryPoint, ghidra.program.model.address.AddressSetView body, ghidra.program.model.listing.Function thunkedFunction, ghidra.program.model.symbol.SourceType source) throws OverlappingFunctionException