pe-parse icon indicating copy to clipboard operation
pe-parse copied to clipboard

The ability to allocation and perform further initialization of large PE files.

Open Nitr0-G opened this issue 1 year ago • 2 comments
trafficstars

Added the ability to read files larger than 40MB at a time. This is necessary, for example, for further initialization of a large PE file, for example, its Imports and the like, which requires a full file in memory. One bool variable was added with default initialization as false, so as not to disrupt the work of projects on older versions or when switching to a new version. The file is loaded by linking two APIs: VirtualAlloc + ReadFile. Thanks for such a wonderful pe parser like this =)

Nitr0-G avatar Feb 04 '24 00:02 Nitr0-G

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 04 '24 00:02 CLAassistant

Thanks for these changes @Nitr0-G! I've given them an initial review pass and left some thoughts.

woodruffw avatar Feb 13 '24 14:02 woodruffw