8 Aug 2007 10:12
CVS: biew/plugins/bin pe.c,1.11,1.12
Nick Kurshev <nickols_k <at> users.sourceforge.net>
2007-08-08 08:12:34 GMT
2007-08-08 08:12:34 GMT
Update of /cvsroot/biew/biew/plugins/bin
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26055
Modified Files:
pe.c
Log Message:
patch that calculates the offset of a PE executable
overlay. by Daniel Borca <dborca <at> yahoo.com>
Index: pe.c
===================================================================
RCS file: /cvsroot/biew/biew/plugins/bin/pe.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -p -u -d -r1.11 -r1.12
--- pe.c 5 Sep 2006 16:20:30 -0000 1.11
+++ pe.c 8 Aug 2007 08:12:31 -0000 1.12
<at> <at> -55,6 +55,7 <at> <at> static tBool __NEAR__ __FASTCALL__ FindP
static void __FASTCALL__ pe_ReadPubNameList(BGLOBAL handle,void (__FASTCALL__ *mem_out)(const
char *));
static __filesize_t __FASTCALL__ peVA2PA(__filesize_t va);
static __filesize_t __FASTCALL__ pePA2VA(__filesize_t pa);
+static __fileoff_t __NEAR__ CalcOverlayOffset( void );
static tBool __FASTCALL__ peLowMemFunc( unsigned long need_mem )
{
<at> <at> -176,9 +177,11 <at> <at> static const char * __NEAR__ __FASTCALL_
}
static __filesize_t entryPE = 0L;
(Continue reading)
RSS Feed