Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 4, 2024

  1. LargeFile

    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 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    82dd92f View commit details
    Browse the repository at this point in the history