PE Resource Kit
  • C 77%
  • Shell 15.5%
  • Makefile 5.6%
  • M4 1.9%
Find a file
2026-02-17 03:09:39 +00:00
include/perk perk.h: whitespace meditation. 2025-10-17 03:13:53 +00:00
project api: move all declarations of utility interfaces to the new perk_util.h header. 2025-10-11 02:27:02 +00:00
sofort build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
src library api's: _api_ (package information) namespace overhaul. 2025-10-14 00:14:18 +00:00
.gitignore project: updated .gitignore. 2019-11-03 14:10:36 +00:00
BUGS BUGS: update irc network information. 2021-05-20 22:43:55 +00:00
config.project project: config.project: default cflags: abstract the -std=c99 switch. 2021-06-05 02:53:23 +00:00
config.usage build system: configure: added the --pkgdatadir switch and associated logic. 2025-06-28 12:32:33 +00:00
configure build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
COPYING.PERK Annual chores. 2025-06-08 04:08:16 +00:00
COPYING.SOFORT build system: cfgtest: added cfgtest_function_presence(), fnapi.m4. 2025-09-09 03:31:27 +00:00
Makefile.in build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
README project: updated README file. 2016-11-15 22:38:04 -05:00

PE Resource Kit
---------------
* portable, cross-platform, endian-agnostic tool
  which can be used as either a library or a
  stand-alone application.

* parse a raw PE image at once, provide the caller
  with a host-native meta representation of the
  image's internal structures.

* pretty print requested PE image information.