update desktop files, add database mime type, add qwingraph
This commit is contained in:
parent
2751e61459
commit
c1e3cedf48
7 changed files with 95 additions and 33 deletions
17
ida-pro.xml
Normal file
17
ida-pro.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/vnd.hex-rays.ida.database64">
|
||||
<comment>IDA (64-bit) Database</comment>
|
||||
<icon name="ida-pro"/>
|
||||
<glob pattern="*.i64"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/vnd.hex-rays.ida.database32">
|
||||
<comment>IDA Database</comment>
|
||||
<icon name="ida-pro"/>
|
||||
<glob pattern="*.idb"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/vnd.hex-rays.ida.wingraph">
|
||||
<comment>WinGraph File</comment>
|
||||
<glob pattern="*.gdl"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
Loading…
Add table
Add a link
Reference in a new issue