mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch 'origin/GP-0_ryanmkurtz_PR-2082_astrelsky_RttiAnalyzerTypo'
This commit is contained in:
commit
b653d6ba3f
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public class RttiAnalyzer extends AbstractAnalyzer {
|
|||
|
||||
int rtti0PointerOffset = Rtti4Model.getRtti0PointerComponentOffset();
|
||||
|
||||
MemoryBytePatternSearcher searcher = new MemoryBytePatternSearcher("RTTI0 refernces");
|
||||
MemoryBytePatternSearcher searcher = new MemoryBytePatternSearcher("RTTI0 references");
|
||||
|
||||
for (Address rtti0Address : rtti0Locations) {
|
||||
byte[] bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue