mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +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("\nversionNumber: ");
|
||||||
builder.append(versionNumber);
|
builder.append(versionNumber);
|
||||||
builder.append("\nsignature: ");
|
builder.append("\nsignature: ");
|
||||||
builder.append(signature);
|
builder.append(Integer.toHexString(signature));
|
||||||
builder.append("\nage: ");
|
builder.append("\nage: ");
|
||||||
builder.append(age);
|
builder.append(age);
|
||||||
return builder.toString();
|
return builder.toString();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue