Skip to content

1780 dlllist loadcount missing #1781

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

superponible
Copy link
Contributor

Add the LoadCount column with a symbol extension since it depends on OS version.

@ikelos Not sure if there's a better way of printing the -1. the actual data is a signed short as 0xffff.

Also would this need a version bump and if so which number?

@superponible superponible linked an issue Apr 17, 2025 that may be closed by this pull request
Copy link
Member

@ikelos ikelos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, just trying to figure out whether -1 has special meaning or not?

except Exception:
LoadCount = None
if LoadCount == 65535:
LoadCount = -1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a valid situation, or should this also return None as a means of error?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's supposed to be signed, you could .cast('CORRECT_TYPE') it to the right type?

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

Successfully merging this pull request may close these issues.

DllList LoadCount missing
3 participants