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

pdb not working on windows with -e "pdb.autoload=true" #22533

Open
gogo2464 opened this issue Jan 12, 2024 · 0 comments
Open

pdb not working on windows with -e "pdb.autoload=true" #22533

gogo2464 opened this issue Jan 12, 2024 · 0 comments

Comments

@gogo2464
Copy link
Contributor

Environment

radare2 5.8.9 1 @ windows-x86-64
birth: git.5.8.9 Thu 01/11/2024__12:08:01.76
commit: 7c0c74195a9f0eb25ea27143cff82e9c0d01b631
options: gpl -O? cs:5 cl:1 meson

Description

I can not -e "pdb.autoload=true" since I already installed pdb with an older version of r2. I need it to see debug symbols for windows.

Test

PS C:\PATH> C:\AAA\radare2-5.8.9-w64\bin\radare2 -e "pdb.autoload=true" -e "scr.color=3" -c "ood" -d C:\Users\MYUSERNAME\AppData\Local\Roblox\Versions\version-88cfc23f4e7d4e4b\RobloxPlayerBeta.exe
INFO: Spawned new process with pid 21508, tid = 14880
WARN: Relocs has not been applied. Please use -e bin.relocs.apply=true or -e bin.cache=true next time
(21508) loading library at 0x00007FFF74AB0000 (C:\Windows\System32\ntdll.dll) ntdll.dll
ERROR: File already downloaded
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
WARN: (../libr/bin/format/pdb/pdb.c:930):build_member_format: code should not be reached
INFO: ==> Process finished
INFO: Spawned new process with pid 20712, tid = 19124
INFO: File dbg://C:\Users\MYUSERNAME\AppData\Local\Roblox\Versions\version-88cfc23f4e7d4e4b\RobloxPlayerBeta.exe reopened in read-write mode
WARN: Relocs has not been applied. Please use -e bin.relocs.apply=true or -e bin.cache=true next time
ERROR: Unable to find file descriptor 3
ERROR: Unable to find file descriptor 3
PDB "ntdll.pdb" download success
20712

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

1 participant