Search code examples
What is the PEI format?...

file-formatportable-executableexecutable-format

Read More
C++ How to execute a binary from Memory?...

c++winapimemory-managementbinaryportable-executable

Read More
How to manipulate section address table in a PE binary with C++?...

c++portable-executable

Read More
What's the Maximum Size of a PE Section?...

windowsportable-executable

Read More
What fields of a PE may differ without altering its behavior?...

windowsexecutableportable-executable

Read More
Remove PDB references from released file...

visual-c++referencereleaseportable-executable

Read More
Why is the MZ DOS Header Signature 0x54AD in PE files?...

hexfile-formatportable-executable

Read More
can't extract sha256 signature from PE file with pyOpenSSL...

pythondigital-signatureportable-executablepyopenssl

Read More
Can anyone suggest a binary compression algorithm?...

binarycompressionportable-executable

Read More
Is there an ELF equivelant of PE Original Filename...

x86elfportable-executable

Read More
Manually loading PE imports results error when parsing PIMAGE_IMPORT_DESCRIPTOR...

cimportdlldllimportportable-executable

Read More
What Does Windows Do Before Main() is Called?...

windowsassemblyx86portable-executable

Read More
Why do I get an undefined reference although everything seems alright ? (C++ Mingw)...

c++g++linker-errorsportable-executable

Read More
How to calculate a address of a function using base address without using hard coded values...

cportable-executable

Read More
Is there a kernel mode API that allows safe access to ntoskrnl.exe address space...

cwindowsmemoryportable-executable

Read More
How to pass the Image pointer to Image_dos_header in windows...

c++winapiportable-executable

Read More
How can I read function code from a COFF object file?...

c++creverse-engineeringportable-executablecoff

Read More
Call functions from data segment...

debuggingassemblyx86reverse-engineeringportable-executable

Read More
When reading a file in C Lang, what is the data type of the file you read using the "rb" p...

cparsingportable-executable

Read More
How to convert a hex TimeDateStamp DWORD value into human readable format?...

portable-executable

Read More
Is there a way to find addresses of the code sections (.data, .text, etc) at runtime?...

cwindowsx86portable-executable

Read More
How loader find exact location of an exported function from a dll?...

windowsdllwindbgportable-executabledll-injection

Read More
How to locate PE header of MSI files...

windows-installerportable-executable

Read More
MinGW 32 "undefined reference to `ExitProcess@4'"...

assemblylinkernasmmingw32portable-executable

Read More
How can Java run a PE32 when passed to its class path?...

javaportable-executable

Read More
Finding function offset from file from RVA...

c++winapiportable-executable

Read More
Testing PE files...

securityportable-executableantivirusmalware-detection

Read More
Understanding hook_finder...

cportable-executable

Read More
What's the difference between the import table, import adress table, and import name table?...

winapireverse-engineeringportable-executabledisassemblycoff

Read More
Which parts/sections of PE files (.exe .dll) contain most their behaviours?...

windowsexeportable-executablemalwaredumpbin

Read More
BackNext