fab pushed to examiner (epel7). "initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 24 20:01:12 UTC 2015


>From 226b8fcb3d399d3b5552d74e23c416e5e7d818d6 Mon Sep 17 00:00:00 2001
From: Rakesh Pandit <rakesh at fedoraproject.org>
Date: Wed, 10 Dec 2008 16:06:18 +0000
Subject: initial import


diff --git a/.cvsignore b/.cvsignore
index e69de29..d5026c9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+examiner-0.5.tar.gz
diff --git a/examiner.spec b/examiner.spec
new file mode 100644
index 0000000..bbdac64
--- /dev/null
+++ b/examiner.spec
@@ -0,0 +1,61 @@
+Name:           examiner
+Version:        0.5
+Release:        2%{?dist}
+Summary:        Utility to disassemble and comment foreign executable binaries 
+
+Group:          Development/Tools
+License:        GPLv2
+URL:            http://www.academicunderground.org/%{name}/
+Source0:        http://www.academicunderground.org/examiner/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl
+
+%description
+The Examiner is an application that utilizes the objdump command to
+disassemble and comment foreign executable binaries. This app was
+designed to analyze static compiled binaries but works ok with
+others. The intention is for forensic research but could also be used
+in general reverse engineering.
+           This program can only handle basic dissassembly. If the
+binary has been modified to resist debugging then the Examinier
+probably will not be able to analyze the code. Also the Examiner will
+not analyze live running code.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+# empty build
+chmod 644 utils/*
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_bindir}
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/
+
+sed -i -e 's at cp @cp -p @' Makefile  # Save timestamp
+
+make install BIN=$RPM_BUILD_ROOT/%{_bindir}/ \
+ MAN=$RPM_BUILD_ROOT/%{_mandir}/man1/ \
+ SHARE=${RPM_BUILD_ROOT}/%{_datadir}/%{name} \
+ DOC=${RPM_BUILD_ROOT}/%{_datadir}/doc/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%dir %{_datadir}/doc/%{name}-%{version}/
+%{_datadir}/doc/%{name}-%{version}/*
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.gz
+%dir %{_datadir}/%{name}/os
+%{_datadir}/%{name}/os/*
+
+%changelog
+* Sat Nov 08 2008 Rakesh Pandit <rakesh at fedorapeople.org> 0.5-2
+- Cleaned up sed mess.
+
+* Tue Nov 04 2008 Rakesh Pandit <rakesh at fedorapeople.org> 0.5-1
+- Initial package
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..f9141d2
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+examiner-0_5-2_fc9:HEAD:examiner-0.5-2.fc9.src.rpm:1228881614
diff --git a/sources b/sources
index e69de29..f7c64a6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b4c93a092c95ce9cc4e6012130ddc456  examiner-0.5.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/examiner.git/commit/?h=epel7&id=226b8fcb3d399d3b5552d74e23c416e5e7d818d6

--
You received this message due to your preference settings at
https://apps.fedoraproject.org/notifications//fmnscmcommits.id.fedoraproject.org/email/29390


More information about the scm-commits mailing list