mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-2355_AARCH64_thunk_pattern' into patch
This commit is contained in:
commit
9c724c1add
1 changed files with 8 additions and 0 deletions
|
@ -12,4 +12,12 @@
|
|||
0x20 0x02 0x1f 0xd6 # br x17
|
||||
</data>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<data> <!-- AARCH64 ELF32 PLT -->
|
||||
...10000 0x.. 0x.. 1..10000 # adrp x16, PLTGOT + n * 4
|
||||
0x11 ......10 01...... 0xb9 # ldr x17, [x16, PLTGOT + n * 4]
|
||||
0x10 ......10 00...... 0x11 # add x16, x16, :lo12:PLTGOT + n * 4
|
||||
0x20 0x02 0x1f 0xd6 # br x17
|
||||
</data>
|
||||
</pattern>
|
||||
</patternlist>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue