From 14c7f45cdae826f88dc539c8c38dd95caf305731 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 11 Jul 2008 15:50:46 +0000 Subject: Add zook's ZenUtils to SVN git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657 --- utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h (limited to 'utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h') diff --git a/utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h b/utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h new file mode 100755 index 0000000000..870c873606 --- /dev/null +++ b/utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h @@ -0,0 +1,27 @@ +/* +* PeLib.h - Part of the PeLib library. +* +* Copyright (c) 2004 - 2005 Sebastian Porst (webmaster@the-interweb.com) +* All rights reserved. +* +* This software is licensed under the zlib/libpng License. +* For more details see http://www.opensource.org/licenses/zlib-license.php +* or the license information file (license.htm) in the root directory +* of PeLib. +*/ + + +/** \mainpage PeLib - An open-source C++ library to modify PE files. +* +* \section intro Introduction +* +* What is PeLib?
+* PeLib is an open source C++ library with the purpose to ease the access and modification of PE (Portable executable) files. This is done through a multitude of classes which represent all important PE header and directory structures and which provide the necessary functions to read, modify and write these structures. As this library is fully ISO C++ compliant it should compile with all popular compilers for the Windows platform. For people who don't use C++ in their projects a dynamic link library is provided which encapsulates all of PeLib's functionality so that projects using programming languages as diverse as Win32 assembler, C# or Delphi can still benefit from PeLib's power +*/ + +#ifndef PELIB_H +#define PELIB_H + +#include "PeFile.h" + +#endif -- cgit v1.2.3