-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Implement showing map names with "dm" on Windows #22707
Comments
I think the reason was because it was causing segfaults on some windows if the api was not available or the abi changed between mingw and msvc. But thats just from memory didnt git blamed to find the actual commit. Feel free to try uncommenting and testing again because the toolchains has changes over time and maybe this issue is gone now |
OK I will. The actual is commit is 3e03207 btw. Don't you remember the Windows version/arch where it segfaulted? |
I use to test wxp 32bit and w11 x64. W95 was working at some point but im not sure whats the state of it now |
@xdp0 anyupdate here? can you submit a pr fixing that and test if it works with latest code from git? thanks! |
Sorry, I am still far away from any computer, will be available to do fixes only after 10 days ><05:02, 16 апреля 2024 г., pancake ***@***.***>:
@xdp0 anyupdate here? can you submit a pr fixing that and test if it works with latest code from git? thanks!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
-- Отправлено из мобильного приложения Яндекс Почты
|
It would be nice if
dm
command on Windows showed module names and mapped file names.I guess there was such a feature before. From
radare2/libr/debug/p/native/maps/windows_maps.c
:And one more line from the same file:
DWORD len = 0; // r_w32_GetMappedFileName (h_proc, mbi->BaseAddress, f_name, MAX_PATH);
But it's commented now. What was the reason for commenting it?
The text was updated successfully, but these errors were encountered: