mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 21:18:32 +08:00
GP-3552: Fixed a timestamp encoding bug that caused PE symbol .exports
files to not get matched and applied in some circumstances (Closes #5351)
This commit is contained in:
@@ -43,7 +43,7 @@ import util.CollectionUtils;
|
||||
class LibrarySymbolTable {
|
||||
|
||||
private static final SimpleDateFormat TIMESTAMP_FORMAT =
|
||||
new SimpleDateFormat("EEE MMM dd hh:mm:ss zzz yyyy");
|
||||
new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy");
|
||||
|
||||
private static final int NONE = 0;
|
||||
private static final int LIBRARY = 1;
|
||||
|
||||
Reference in New Issue
Block a user