mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 08:49:26 -05:00
4b6d90366c
in x86 gcc .plt section. Changed priority of pre analyzer and disassembly.
22 lines
533 B
XML
22 lines
533 B
XML
<patternconstraints>
|
|
|
|
<language id="x86:LE:32:default">
|
|
<compiler id="windows">
|
|
<patternfile>x86win_prepatterns.xml</patternfile>
|
|
</compiler>
|
|
<compiler id="borlandcpp">
|
|
<patternfile>x86win_prepatterns.xml</patternfile>
|
|
</compiler>
|
|
<compiler id="gcc">
|
|
<patternfile>x86gcc_prepatterns.xml</patternfile>
|
|
</compiler>
|
|
</language>
|
|
|
|
<language id="x86:LE:64:default">
|
|
<compiler id="gcc">
|
|
<patternfile>x86gcc_prepatterns.xml</patternfile>
|
|
</compiler>
|
|
</language>
|
|
|
|
</patternconstraints>
|