¡@

Home 

c++ Programming Glossary: pe

How to detect that a given PE file (exe or dll) is 64 bit or 32 bit

http://stackoverflow.com/questions/1153090/how-to-detect-that-a-given-pe-file-exe-or-dll-is-64-bit-or-32-bit

to detect that a given PE file exe or dll is 64 bit or 32 bit I need to detect whether.. or 64 bit At the moment I have only one solution read the PE Header from the specified file and take the 'Machine' field.. to detect 32 64 bitness probably some specific field in PE format I didn't notice or some special system function c winapi..

Deterministic builds under Windows

http://stackoverflow.com/questions/1180852/deterministic-builds-under-windows

well as change monitoring in general. MSVC in tandem with PE format naturally makes this very hard to do. So far I found.. hard to do. So far I found and neutralized those things PE timestamp and checksum Digital signature directory entry Debugger.. VS_VERSION_INFO resource Digital signature section I parse PE find offsets and sizes for all those things and ignore byte..

Google Geolocation API library

http://stackoverflow.com/questions/1535619/google-geolocation-api-library

access. The down side is that users have to install the PE client. The up side is that it can be accessed by web sites..

Create an Application without a Window

http://stackoverflow.com/questions/224225/create-an-application-without-a-window

compiler to create an entry in the executable file format PE format that marks the executable as a windows executable. Once..

Resolving RVA's for Import and Export tables within a PE file

http://stackoverflow.com/questions/2975639/resolving-rvas-for-import-and-export-tables-within-a-pe-file

RVA's for Import and Export tables within a PE file I am currently writing a PE parser loader. I have successfully.. Export tables within a PE file I am currently writing a PE parser loader. I have successfully loaded the PE file into memory.. writing a PE parser loader. I have successfully loaded the PE file into memory using standard c file io retrieved valid DOS..

EXE or DLL Image base address

http://stackoverflow.com/questions/4298331/exe-or-dll-image-base-address

what base address the binary prefers you should read the PE header. See here and look for the ImageBase field in IMAGE_OPTIONAL_HEADER...

Determining Which Compiler Built a Win32 PE

http://stackoverflow.com/questions/764329/determining-which-compiler-built-a-win32-pe

Which Compiler Built a Win32 PE How can one determine which C or C compiler was used to build..

What is special about the executables compiled with Visual Studio 11 which results in that the executables cannot be executed on Windows XP?

http://stackoverflow.com/questions/7702463/what-is-special-about-the-executables-compiled-with-visual-studio-11-which-resul

Even if you don't use the CRT at all they still force the PE subsystem version to high numbers. You can work around that..

Deterministic builds under Windows

http://stackoverflow.com/questions/1180852/deterministic-builds-under-windows

whole .text section however many objects were linked I suspect . Changing length of the path results in significantly more.. weight virtualization of sorts... c windows visual c pe share improve this question Standardise Build Paths A simple.. fields such as timestamps checksums etc. BinDiff uses a special compare routine for Win32 executable files that masks out..

Use the keyword class as a variable name in C++

http://stackoverflow.com/questions/2841204/use-the-keyword-class-as-a-variable-name-in-c

called class int BPY_class_validate const char class_type PyObject class PyObject base_class BPY_class_attr_check class_attrs.. using Makefile python_.hpp usr include python.h perl pe 's Wclass W g' @ ... #include python_.hpp share improve.. using Makefile python_.hpp usr include python.h perl pe 's Wclass W g' @ ... #include python_.hpp share improve this..

EXE or DLL Image base address

http://stackoverflow.com/questions/4298331/exe-or-dll-image-base-address

to get the exe DLL image base address thanks c windows pe base address share improve this question If you load the..

How can I validate digital signatures for Microsoft's Portable Executable format in portable code?

http://stackoverflow.com/questions/6513752/how-can-i-validate-digital-signatures-for-microsofts-portable-executable-format

platforms using C . I am looking for a platform independent approach. Thanks c validation cross platform digital signature.. Thanks c validation cross platform digital signature pe share improve this question You could check at WINE's WinVerifyTrust..

How to configure CDB in Qt Creator?

http://stackoverflow.com/questions/9975949/how-to-configure-cdb-in-qt-creator

The preferred debugger engine for debugging binaries of type 'x86 windows msvc2010 pe 32bit' is not available....Details.. for debugging binaries of type 'x86 windows msvc2010 pe 32bit' is not available....Details There is no CDB binary available.. available for binaries in format 'x86 windows msvc2010 pe 32bit When i found that cdb.exe was not on my system i had Windows..