In the shadowy corridors of reverse engineering, few tools are as iconic—or as debated—as PE Explorer. For years, version 1.99 R6 stood as the gold standard for inspecting Portable Executable (PE) files. It was the Swiss Army Knife for malware analysts and developers alike.
Status: As of early 2026, the current official stable release remains v1.99 R6, which is strictly for 32-bit files. pe explorer 64bit version 2
KERNEL32.dll.GetCurrentThreadId → KERNELBASE.dll).As of now, the commercial Version 2 has not replaced the legacy version on the official Heaventools download page , which still lists v1.99 R6. The Ghost in the Machine: Inside the Revival
Resource Tuner: Heaventools (the original creators) redirected users wanting 64-bit resource editing to their other product, Resource Tuner , which does support 64-bit files. Direct & delayed imports (with ordinal resolution)
The 64-bit Leap
mov eax, [0x401000] and the hex view auto-jumps to that offset.IMAGE_TLS_DIRECTORY64, IMAGE_LOAD_CONFIG_DIRECTORY64, etc.Full x64 Support: Natively parses 64-bit Portable Executable (PE32+) files.
One of the most "fun" aspects of PE Explorer has always been its Resource Editor. In the 64-bit version, this capability has been modernized to handle high-DPI manifests and Alpha-blended icons, which were notoriously difficult to extract from 64-bit apps using older tools.