Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yeggor committed Sep 28, 2023
1 parent 6a805e0 commit e2ca660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions efiXloader/efiLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ void idaapi load_file(linput_t *li, ushort neflag, const char *fileformatname) {
msg("[efiXloader] Can not parse input firmware\n");
}

// Not sure why, but `find_plugin("Find functions", true)` returns NULL.
plugin_t *findpat = find_plugin("patfind", true);
if (findpat){
if (findpat) {
msg("Running the Find functions plugin\n");
run_plugin(findpat, 0);
}
Expand Down

0 comments on commit e2ca660

Please sign in to comment.