mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GT-3112 - PDB Universal - signature dump in hex
This commit is contained in:
parent
9a901ff195
commit
630eb6e32e
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ public abstract class AbstractPdb implements AutoCloseable {
|
|||
builder.append("\nversionNumber: ");
|
||||
builder.append(versionNumber);
|
||||
builder.append("\nsignature: ");
|
||||
builder.append(signature);
|
||||
builder.append(Integer.toHexString(signature));
|
||||
builder.append("\nage: ");
|
||||
builder.append(age);
|
||||
return builder.toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue