Skip to content

Commit

Permalink
Improve quality of app data for Flathub
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill authored and trufae committed Feb 9, 2024
1 parent d797017 commit beae7d7
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ iaito is the official graphical interface for radare2, a libre reverse engineeri
[![iaito CI](https://github.com/radareorg/iaito/workflows/iaito%20CI/badge.svg)](https://github.com/radareorg/iaito/actions)
[![Linux packages](https://repology.org/badge/vertical-allrepos/iaito.svg?columns=4)](https://repology.org/project/iaito/versions)

![Screenshot](https://raw.githubusercontent.com/radareorg/iaito/master/screenshot.png)
![Screenshot](https://raw.githubusercontent.com/radareorg/iaito/master/screenshots/macos-panels.png)

## Help

Expand Down
Binary file added screenshots/kde-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kde-disassembly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kde-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kde-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
3 changes: 2 additions & 1 deletion src/img/org.radare.iaito.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 23 additions & 6 deletions src/org.radare.iaito.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<component type="desktop-application">
<id>org.radare.iaito</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>iaito</name>
<summary>A Qt and C++ GUI for radare2 reverse engineering framework</summary>
<name>Iaito</name>
<summary>GUI for radare2</summary>
<description>
<p>iaito is a free and open-source GUI for radare2. Willing to create an advanced, customizable and free reverse engineering framework.</p>
<p>iaito is the official graphical interface for radare2, a libre reverse engineering framework.</p>
<ul>
<li>Focus on simplicity, parity with commands, keybindings and r2-style workflows.</li>
<li>Use r2 plugins (f.ex: no need for r2ghidra-iaito plugin if r2ghidra is installed)</li>
<li>Aims to cover other radare2 features, not just a disassembler (forensics, networking, bindiffing, solvers, ...).</li>
</ul>
</description>
<launchable type="desktop-id">org.radare.iaito.desktop</launchable>
<content_rating type="oars-1.1"/>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/radareorg/iaito/master/screenshot.png</image>
<caption>Main UI</caption>
<image>https://raw.githubusercontent.com/radareorg/iaito/master/screenshots/kde-overview.png</image>
<caption>File overview</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/radareorg/iaito/master/screenshots/kde-disassembly.png</image>
<caption>Binary disassembly</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/radareorg/iaito/master/screenshots/kde-graph.png</image>
<caption>Assembly graph</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/radareorg/iaito/master/screenshots/kde-dark.png</image>
<caption>Dark Theme</caption>
</screenshot>
</screenshots>

Expand Down
2 changes: 1 addition & 1 deletion src/org.radare.iaito.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Exec=iaito
Icon=org.radare.iaito

Categories=Qt;Development;Debugger;Viewer;ComputerScience;DataVisualization;Emulator;FileTools;Security;
GenericName=GUI to Radare2 reverse engineering platform
GenericName=GUI for radare2
Comment=It can serve as disassembler, debugger, hex viewer / editor and decompiler to several binary architectures and file formats
Keywords=radare2;radare;r2;iaito;gdb;disassembler;debugger;c;c++;assembler;decompiler;binary;asm;arm;exe;viewer;

Expand Down

0 comments on commit beae7d7

Please sign in to comment.