pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import qiew-1.1 as wip/qiew.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jun 14 10:17:32 2016 +0200
Changeset: 3c883ed45581289a67e8f7e24dd928e43645c702
Added Files:
qiew/DESCR
qiew/Makefile
qiew/PLIST
qiew/distinfo
Log Message:
Import qiew-1.1 as wip/qiew.
Qiew - Hex/File format viewer
Portable Executable (PE) file viewer
Designed to be useful for reverse engineering malware.
features:
- highlights strings/calls/mz-pe very useful in malware analysis.
- PE info, able to jump to sections, entry point, overlay, etc.
- disassembler + referenced strings, API calls
- "highlight all" for current text selection.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c883ed45581289a67e8f7e24dd928e43645c702
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qiew/DESCR | 10 ++++++++++
qiew/Makefile | 21 +++++++++++++++++++++
qiew/PLIST | 1 +
qiew/distinfo | 6 ++++++
4 files changed, 38 insertions(+)
diffs:
diff --git a/qiew/DESCR b/qiew/DESCR
new file mode 100644
index 0000000..8e12e29
--- /dev/null
+++ b/qiew/DESCR
@@ -0,0 +1,10 @@
+Qiew - Hex/File format viewer
+Portable Executable (PE) file viewer
+
+Designed to be useful for reverse engineering malware.
+
+features:
+ - highlights strings/calls/mz-pe very useful in malware analysis.
+ - PE info, able to jump to sections, entry point, overlay, etc.
+ - disassembler + referenced strings, API calls
+ - "highlight all" for current text selection.
diff --git a/qiew/Makefile b/qiew/Makefile
new file mode 100644
index 0000000..56b7061
--- /dev/null
+++ b/qiew/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= qiew-1.1
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mtivadar/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mtivadar/qiew/
+COMMENT= Reverse engineering tool
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= # none
+
+PYSETUP= buildsetup.py
+
+DEPENDS+= ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3/
+
+.include "../../lang/py-cxfreeze/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qiew/PLIST b/qiew/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/qiew/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/qiew/distinfo b/qiew/distinfo
new file mode 100644
index 0000000..6c58b8f
--- /dev/null
+++ b/qiew/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qiew-1.1.tar.gz) = a7c9ba165df3ed4328cfb097b9ab398f3e860fac
+RMD160 (qiew-1.1.tar.gz) = dc022de71cd889f0f6ba8e3d36563779130bc57b
+SHA512 (qiew-1.1.tar.gz) = 870b7df3060af7e1794bf45e0a25f73f51409b35587abdc4ad8b2c9751b69c3b02130e17fc681d32f6714341e92c301fb03a84a694fd52ce490ef6b9768572d5
+Size (qiew-1.1.tar.gz) = 560778 bytes
Home |
Main Index |
Thread Index |
Old Index