mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
20 lines
489 B
XML
20 lines
489 B
XML
<patternlist>
|
|
|
|
<pattern>
|
|
<data>
|
|
0xff25........ <!-- jmp -->
|
|
0x68......00 <!-- push -->
|
|
0xe9......ff <!-- jmp -addr -->
|
|
</data> <!-- .plt thunk -->
|
|
<funcstart thunk="true" section=".plt"/>
|
|
</pattern>
|
|
|
|
<pattern>
|
|
<data>
|
|
0xf3 0x0f 0x1e 0x1a <!-- ENDBR64 -->
|
|
0xf2 0xff 0x25 .. .. .. .. <!-- jmp -->
|
|
</data> <!-- .plt thunk -->
|
|
<funcstart thunk="true" section=".plt"/>
|
|
</pattern>
|
|
|
|
</patternlist>
|