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

Update const.py - DEV Branch #594

Merged
merged 1 commit into from Nov 28, 2020
Merged

Update const.py - DEV Branch #594

merged 1 commit into from Nov 28, 2020

Conversation

@labs-blueliv
Copy link

@labs-blueliv labs-blueliv commented Nov 27, 2020

During the development of a tool, we found out that the hooks for CoReleaseMarshalData and ImageListAdd where not working. Apparently, these functions are properly declared in Qiling Framework version 1.2, but when we try to run our tool we got a “Windows API implementation error“. This is because Qiling is missing some references in its const.py file. More precisely, it is missing the references for:

"HBITMAP": "HANDLE",
"HIMAGELIST": "HANDLE",
"LPSTREAM" : "POINTER"

  • Have you checked that there aren't other open pull requests for the same update/change?
  • Is your pull request is on dev branch?

During the development of a tool, we found out that the hooks for CoReleaseMarshalData and ImageListAdd where not working. Apparently, these functions are properly declared in Qiling Framework version 1.2, but when we try to run our tool we got a “Windows API implementation error“. This is because Qiling is missing some references in its const.py file. More precisely, it is missing the references for:

"HBITMAP": "HANDLE",
"HIMAGELIST": "HANDLE",
"LPSTREAM" : "POINTER"
@xwings
Copy link
Member

@xwings xwings commented Nov 28, 2020

Hi,

Thanks !

@xwings xwings merged commit 8b5b96f into qilingframework:dev Nov 28, 2020
1 check passed
1 check passed
Travis CI - Pull Request Build Passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.