We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6614ea5 + 627d0c0 commit 9c724c1Copy full SHA for 9c724c1
Ghidra/Processors/AARCH64/data/aarch64-pltThunks.xml
@@ -12,4 +12,12 @@
12
0x20 0x02 0x1f 0xd6 # br x17
13
</data>
14
</pattern>
15
+ <pattern>
16
+ <data> <!-- AARCH64 ELF32 PLT -->
17
+ ...10000 0x.. 0x.. 1..10000 # adrp x16, PLTGOT + n * 4
18
+ 0x11 ......10 01...... 0xb9 # ldr x17, [x16, PLTGOT + n * 4]
19
+ 0x10 ......10 00...... 0x11 # add x16, x16, :lo12:PLTGOT + n * 4
20
+ 0x20 0x02 0x1f 0xd6 # br x17
21
+ </data>
22
+ </pattern>
23
</patternlist>
0 commit comments