Search code examples
What is in the Reserved1 field of the IMAGE_LOAD_CONFIG_DIRECTORY32 structure?...

windowsdllprocessloaderportable-executable

Read More
How to determine RVA of AddressOfEntryPoint from PE Headers Using Dumpbin...

debuggingwindbgportable-executable

Read More
How can an executable be this small in file size?...

windowsportable-executablemalware

Read More
What's the difference between casting the type of a 32 bit address to (BYTE *) and (DWORD *)...

c++windowsbyteportable-executabledword

Read More
Why so many additional sections in the PE file after compiling by Dev C++?...

c++dev-c++portable-executable

Read More
Is code seen as initialized data in the Portable Executable format, and what exactly are the differe...

c++windowsassemblyportable-executable

Read More
Does the PointerToRawData entries within section headers in a PE file hold offsets in ascending orde...

windowsassemblyx86windows-10portable-executable

Read More
How to force GDB to disassemble code when it says "No function contains program counter for sel...

debuggingassemblyx86gdbportable-executable

Read More
PE: Relation between SizeOfRawData and VirtualSize fields of the section header...

windowsassemblywindows-10portable-executable

Read More
Why does editbin /swaprun:CD /swaprun:NET change two bytes?...

windowsportable-executable

Read More
PEB (Process Environment Block) invalid DllBase address...

cwinapiportable-executable

Read More
What is the reason for null entries in address export table of a windows pe file?...

dllexportportable-executableuser32shell32

Read More
Problems iterating through AddressOfNames member of IMAGE_EXPORT_DIRECTORY structure...

arrayspointerswinapiportable-executablepointer-arithmetic

Read More
Crash while accessing any member of the PE's PIMAGE_EXPORT_DIRECTORY structure...

c++pointersdllportable-executable

Read More
How to use the fixups attribute on a section?...

windowsassemblyx86-64portable-executablefasm

Read More
Remove DOS stub from a PE file...

windowsexecutableexeportable-executable

Read More
Is there a safe way to identify MS-DOS executable?...

windowsdosportable-executable

Read More
How to get rid of DLL .reloc section using MinGW-gcc?...

cgccmingwportable-executablerelocation

Read More
Get lpbaseaddress of a suspended process...

winapiportable-executablekernel32

Read More
Why is the entry point address of a 64 bit portable executable only 32 bits?...

winapilinkerbinaryfilesportable-executable

Read More
How to dump all function names of an executable?...

windowsreverse-engineeringwindbgportable-executable

Read More
Can a portable executable have direct absolute references to external libraries in the code segment,...

c++cwinapiportable-executable

Read More
How to get DLLs, function names, and addresses from the Import Table with PortEx?...

javaportable-executabledisassembly

Read More
PE File Optional Header Magic Number...

portable-executable

Read More
Parsing plain Win32 PE File (Exe/DLL) in .NET...

c#.net-3.5assembliesmarshallingportable-executable

Read More
How can I check the LIB file version?...

visual-studio-2010winapiportable-executablecoffdumpbin

Read More
Executable becomes invalid as data section exceeds 1 page...

assemblynasmportable-executablecorrupt

Read More
Finding the Raw entrypoint...

windowsexecutableportable-executable

Read More
How to create C# executable without Exe-Container...

c#monoportable-executablecoff

Read More
Any libraries of reading & writing binary file formats (PE & ELF)?...

cbinaryelfportable-executable

Read More
BackNext