mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 09:40:26 +08:00
Merge remote-tracking branch 'origin/GT-3079-ghidravore_add_to_program'
This commit is contained in:
@@ -73,11 +73,11 @@ public class SkeletonLoader extends AbstractLibrarySupportLoader {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String validateOptions(ByteProvider provider, LoadSpec loadSpec, List<Option> options) {
|
||||
public String validateOptions(ByteProvider provider, LoadSpec loadSpec, List<Option> options, Program program) {
|
||||
|
||||
// TODO: If this loader has custom options, validate them here. Not all options require
|
||||
// validation.
|
||||
|
||||
return super.validateOptions(provider, loadSpec, options);
|
||||
return super.validateOptions(provider, loadSpec, options, program);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user