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

unable to display DLL module name but instead of ordinal# #3117

Open
wkingnet opened this issue Jun 19, 2023 · 3 comments
Open

unable to display DLL module name but instead of ordinal# #3117

wkingnet opened this issue Jun 19, 2023 · 3 comments
Labels
bug The issue describes a bug. It does not mean the bug has been reproduced by a developer.

Comments

@wkingnet
Copy link

wkingnet commented Jun 19, 2023

Operating System

windows 10 64bit 19045.3086

x64dbg Version

Jun 15 2023

Describe the issue

I updated x64dbg to Jun 15 2023 today, and found new version unable to display DLL module name but instead of ordinal#.

like this:

00AED913 | FF75 08           | push dword ptr ss:[ebp+0x8]                  |
00AED916 | 66:C785 FCFEFFFF  | mov word ptr ss:[ebp-0x104],0x211            |
00AED91F | FF15 E4BAEE00     | call dword ptr ds:[<Ordinal#9>]              |
00AED925 | FF75 FC           | push dword ptr ss:[ebp-0x4]                  |
00AED928 | 66:8985 FEFEFFFF  | mov word ptr ss:[ebp-0x102],ax               |
00AED92F | FF15 E4BAEE00     | call dword ptr ds:[<Ordinal#9>]              |

But in fact Ordinal#9 is ws2_32.htons and old version x64dbg should display call dword ptr ds:[ws2_32.htons]
1

ws2_32.dll symbol already loaded
2

When I used the old version before upgrading, the display of htons was normal. So is there any way to restore the previous display?

Attachments

No response

@wkingnet wkingnet added the bug The issue describes a bug. It does not mean the bug has been reproduced by a developer. label Jun 19, 2023
@mrexodia
Copy link
Member

Yeah this should definitely work... Most likely this was an unintended side effect from the bugfixes related to symbol enumeration. Will take a look when I find the time.

@mrexodia
Copy link
Member

I cannot reproduce this issue:

image

@PolarBears
Copy link

The same problem happened to me, maybe this problem occurs in WS2_32.dll and the system language is chinese?

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue describes a bug. It does not mean the bug has been reproduced by a developer.
Projects
None yet
Development

No branches or pull requests

3 participants