Skip to content

Commit

Permalink
Remove comment about AARCH64PltThunkAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Oct 17, 2024
1 parent 61b3c78 commit c053579
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ protected void setupRelocations(TaskMonitor monitor) throws AddressOutOfBoundsEx
long pltStart = this.pltEntries.get(0).off;
long pltEnd = this.pltEntries.get(this.pltEntries.size() - 1).off + 0x10;
this.memBlockHelper.addSection(".plt", pltStart, pltStart, pltEnd - pltStart, true, false, false);
// Disassemble the entire section, so AARCH64PltThunkAnalyzer works.
disassembleRange(program.getImageBase().add(pltStart), program.getImageBase().add(pltEnd), program, monitor);
}
else {
Expand Down

0 comments on commit c053579

Please sign in to comment.