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

ordlookup returns incorrect names for wsock32 ordinals #390

Open
russdill opened this issue Jan 12, 2024 · 1 comment
Open

ordlookup returns incorrect names for wsock32 ordinals #390

russdill opened this issue Jan 12, 2024 · 1 comment

Comments

@russdill
Copy link

ordlookup contains a table of ordinals for ws2_32.dll which it reuses for wsock32.dll. The ordinals for the two DLLs are very similar, but are not the same a notable example is inet_addr/ioctlsocket.

j-t-1 added a commit to j-t-1/pefile that referenced this issue Jun 8, 2024
@j-t-1
Copy link
Contributor

j-t-1 commented Jun 8, 2024

Thanks for highlighting this.
Updated ws2_32.py (#404) and added wsock32.py (#405).
Do they look okay?

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

No branches or pull requests

2 participants