radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

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

Open gogo2464 opened this issue 5 months ago • 0 comments

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

gogo2464 avatar Jan 12 '24 09:01 gogo2464