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

correct définition of attribute in module construct #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

huyusukesan
Copy link

changing the definition in the class "lsadecryptor" to be consistent with the construction module.
a new error occurs:

line 183
TypeError: 'Field' object is not callable

help please

@MaxNad
Copy link

MaxNad commented Mar 3, 2017

I tried pulling this code and run it in volatility but encountered many problems.
The Int32ul object is part of construct 2.8 but the whole syntax has been reworked in this version. Therefore, you cannot only change ULInt32 to Int32ul.

Maybe this pull request should be changed to a more complete construct 2.8 refactor like this : https://github.com/MaxNad/community/tree/construct2-8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants