summaryrefslogtreecommitdiff
path: root/security/pev/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-07-10pev: fix building on macOSkhorben1-1/+6
Tested on NetBSD/amd64, macOS/amd64.
2021-05-30libpe, pev: introduce a Makefile.commonkhorben1-8/+4
2021-05-29pev: update to version 0.81khorben1-12/+7
* libpe is now packaged separately (it is no longer shipped in the sources)
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2019-10-22Update pev to version 0.80khorben1-3/+2
The new patches fix compatibility with OpenSSL 1.1.0, and attempt to fix the build on FreeBSD, NetBSD, and OpenBSD. It does not link on NetBSD (like the previous version, 0.70) but it does on macOS. There was no changelog upstream.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2014-12-09Updated security/pev to 0.70khorben1-7/+8
Changelog for this version: pev 0.70 - December 26, 2013 ! Missing full/English documentation. ! Missing valid XML and HTML output formats. ! pestr: no support for --net option when parsing unicode strings. ! pestr: unable to handle too big strings. * libpe: rewritten, now using mmap. (Jardel Weyrich). * pestr: added countries domains suffixes. * readpe and peres: output enhancements (Jardel Weyrich). + pehash: sections and headers hash calculation (Jardel Weyrich). + pehash: ssdeep fuzzy hash calculation. + pehash: support for new digest hashes like sha512, ripemd160 and more. + peres: added new tool to analyze/extract PE resources (Marcelo Fleury). + pescan: cpl malware detection. + pescan: undocumented anti-disassembly fpu trick detection. + pesec: show and extract cerfiticates from digitally signed binaries (Jardel Weyrich). - readpe can't show functions exported by ID only. - readpe: fixed subsystem types (Dmitry Mostovenko).
2014-12-09Fixed the default path to "userdb.txt" in pepack(1) (for pkg/49458)khorben1-1/+2
2014-08-02Imported security/pev version 0.60 from wipkhorben1-0/+25
pev is a PE file analysis toolkit that includes some nice programs to work with PE files in many systems. It can be useful for programmers, security analysts and forensic investigators. It's licensed under GPLv3+ terms.