What is a PE (Portable Executable) file?
PE is the standard binary format used by Windows for executables, DLLs, and kernel drivers, defining headers, sections, and dynamic import tables.
Parse Windows PE32/PE32+ executable headers, section tables (.text, .data, .rsrc), import/export directory tables, and compile timestamps in your browser.
PE is the standard binary format used by Windows for executables, DLLs, and kernel drivers, defining headers, sections, and dynamic import tables.
Standard compiled code has an entropy of ~6.0. An entropy score above 7.0 strongly indicates encrypted, compressed, or packed malware designed to evade antivirus signatures.