diff options
author | midipix <writeonce@midipix.org> | 2015-05-02 21:04:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:18 -0500 |
commit | 25819834f1331f1d2982a9c0e24da004b2bc7ceb (patch) | |
tree | 38053e20e3fbbfe01b62bbe8b963096350dfc1d3 /README | |
parent | b5f7f5d364d1546fc1c9eef76f17906aeafd0c13 (diff) | |
download | perk-25819834f1331f1d2982a9c0e24da004b2bc7ceb.tar.bz2 perk-25819834f1331f1d2982a9c0e24da004b2bc7ceb.tar.xz |
added README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |