From 25819834f1331f1d2982a9c0e24da004b2bc7ceb Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 11 2016 04:35:18 +0000 Subject: added README. --- diff --git a/README b/README new file mode 100644 index 0000000..3c3b63f --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +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. + +* when built as an application, output requested + information about a given PE image.