bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30444] Implementation of COFF/PE format lacks base64 suppo


From: sven.koehler at gmail dot com
Subject: [Bug binutils/30444] Implementation of COFF/PE format lacks base64 support (Extended COFF Object)
Date: Tue, 16 May 2023 11:59:02 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30444

--- Comment #13 from Sven <sven.koehler at gmail dot com> ---
(In reply to Jose E. Marchesi from comment #12)
> Ok, this is worse than I thought :)
> 
> Given the section name //AAph7S, the corresponding base64 to decode is
> 00AAph7S, _not_ AAph7S==.
> 
> Found it the hard way while implementing this in BFD.

I think you mean AAAAph7S, because in base64 the zero digit is A.

They probably replaced decimal digits with base64 digits. They did not apply
standard base64 to the binary representation of a 32bit integer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]