|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- Copyright 2014 Evan Teran <[email protected]> --> |
3 |
| -<application> |
4 |
| - <id type="desktop">edb.desktop</id> |
5 |
| - <metadata_license>CC0</metadata_license> |
6 |
| - <project_license>GPL-2.0</project_license> |
7 |
| - <name>edb</name> |
8 |
| - <summary>A reverse engineer's debugger</summary> |
9 |
| - <description> |
10 |
| - <p>edb is a cross platform x86/x86-64 debugger. It was inspired by OllyDbg, but aims to function on x86 and x86-64 as well as multiple OS's.</p> |
11 |
| - <p>Linux is the only officially supported platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports are underway with varying degrees of functionality.</p> |
12 |
| - </description> |
13 |
| - <screenshots> |
14 |
| - <screenshot type="default" width="1121" height="839">http://codef00.com/img/debugger.png</screenshot> |
15 |
| - </screenshots> |
16 |
| - <url type="homepage">https://github.com/eteran/edb-debugger</url> |
17 |
| - <updatecontact>evan.teran_at_gmail.com</updatecontact> |
18 |
| -</application> |
19 |
| - |
| 2 | +<!-- Copyright 2024 Evan Teran <[email protected]> --> |
| 3 | +<component type="desktop"> |
| 4 | + <id>io.github.eteran.edb-debugger</id> |
| 5 | + <metadata_license>CC0-1.0</metadata_license> |
| 6 | + <project_license>GPL-2.0</project_license> |
| 7 | + <name>edb</name> |
| 8 | + <summary>Reverse engineer's debugger</summary> |
| 9 | +<!-- |
| 10 | + <developer id="io.github.eteran"> |
| 11 | + <name>edb-debugger</name> |
| 12 | + </developer> |
| 13 | +--> |
| 14 | + <developer_name>edb-debugger</developer_name> |
| 15 | + <description> |
| 16 | + <p>edb is a cross platform x86/x86-64 debugger. It was inspired by OllyDbg, |
| 17 | + but aims to function on x86 and x86-64 as well as multiple OS's. |
| 18 | + </p> |
| 19 | + <p>Linux is the only officially supported platform at the moment, but FreeBSD, |
| 20 | + OpenBSD, OSX and Windows ports are underway with varying degrees of functionality. |
| 21 | + </p> |
| 22 | + </description> |
| 23 | + <screenshots> |
| 24 | + <screenshot type="default" width="1121" height="839"> |
| 25 | + <image>http://codef00.com/img/debugger.png</image> |
| 26 | + <caption>Main Window, with disassembly, data, stack and registers</caption> |
| 27 | + </screenshot> |
| 28 | + </screenshots> |
| 29 | + <update_contact>evan.teran_at_gmail.com</update_contact> |
| 30 | + <url type="homepage">https://github.com/eteran/edb-debugger</url> |
| 31 | + <launchable type="desktop-id">edb.desktop</launchable> |
| 32 | + <provides> |
| 33 | + <binary>edb</binary> |
| 34 | + </provides> |
| 35 | + <content_rating type="oars-1.1"> |
| 36 | + <content_attribute id="social-info">mild</content_attribute> |
| 37 | + </content_rating> |
| 38 | + <releases> |
| 39 | + <release version="1.5.0" date="2024-03-22"></release> |
| 40 | + <release version="1.4.0" date="2023-06-30"></release> |
| 41 | + </releases> |
| 42 | +</component> |
0 commit comments