We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LoadConfiguration
Describe the bug Need to create Load Configuration when does not exist. Need to update existing Load Configuration.
To Reproduce Load your PE first to myPE
myPE
>>> load_config = lief.PE.LoadConfiguration() >>> myPE.load_configuration = load_config Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: property of 'Binary' object has no setter
Expected behavior No error, update the PE.
Environment (please complete the following information): NA
Additional context NA
NOTICE
If the issue does not contain enough information to be reproduced, it will be flagged as incomplete and closed.
/NOTICE
The text was updated successfully, but these errors were encountered:
Yes currently LIEF does not support adding or modifying PE's load config structure.
Sorry, something went wrong.
romainthomas
No branches or pull requests
Describe the bug
Need to create Load Configuration when does not exist.
Need to update existing Load Configuration.
To Reproduce
Load your PE first to
myPE
Expected behavior
No error, update the PE.
Environment (please complete the following information):
NA
Additional context
NA
NOTICE
If the issue does not contain enough information to be reproduced,
it will be flagged as incomplete
and closed.
/NOTICE
The text was updated successfully, but these errors were encountered: