mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
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>
|