Skip to content

Commit

Permalink
Update symbols.md
Browse files Browse the repository at this point in the history
Symbol servers need to be space separated now
  • Loading branch information
davispuh authored and trufae committed Feb 24, 2024
1 parent 165ae67 commit 818b9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/symbols.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ pdb.useragent = Microsoft-Symbol-Server/6.11.0001.402

Using the variable `pdb.server` you can change the address where radare2 will try to
download the PDB file by the GUID stored in the executable header.
You can make use of multiple symbol servers by separating each URL with a semi-colon:
You can make use of multiple symbol servers by separating each URL with a space:
```
e pdb.server = https://msdl.microsoft.com/download/symbols;https://symbols.mozilla.org/
e pdb.server = https://msdl.microsoft.com/download/symbols https://symbols.mozilla.org
```
On Windows, you can also use local network share paths (UNC paths) as symbol servers.

Expand Down

0 comments on commit 818b9e7

Please # to comment.