volatilityfoundation / community

Volatility plugins developed and maintained by the community
336 stars 144 forks source link

correct définition of attribute in module construct #16

Open huyusukesan opened 7 years ago

huyusukesan commented 7 years ago

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 commented 7 years ago

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