]> git.pld-linux.org Git - packages/uncc.git/blame - uncc.spec
- initital pld version
[packages/uncc.git] / uncc.spec
CommitLineData
1fa105dd 1Summary: A C decompiler
2Summary(pl): Dekompilator C
3Name: uncc
4Version: 0.1.2.1
5Release: 1
6License: GPL
7Group: Development/Debuggers
8Source0: http://www.uncc.info/%{name}-%{version}.tar.gz
9# Source0-md5: 57eeedd1c37a9046238f9967a4183603
10URL: http://www.uncc.info/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14uncc is a C decompiler still. With this software the C source of a
15program can be rebuilt (almost) automatically just having its already
16compiled executable. The decompilation process is made with the
17objdump disassembler. The uncc engine takes an assembly source file as
18input and, through a series of recognition algorithms and expression
19composition, it outputs a comparable C program out of it.
20
21%description -l pl
22