konrad-kruczynski / elfsharp

Pure managed C# library for reading ELF, UImage, Mach-O binaries.
https://elfsharp.it
Other
150 stars 56 forks source link

Read exact 16 bytes in UUID load command #94

Closed Grivus closed 1 year ago

Grivus commented 1 year ago

Here is a small fix to the UUID load command parsing: we need to read exact 16 bytes, not limited by 0 byte (in contrast to reading a string)

Grivus commented 1 year ago

Hey, @konrad-kruczynski, would you have any time to look at this?

konrad-kruczynski commented 1 year ago

@Grivus Many thanks for your contribution. It's a hectic week for me (including past weekend), but I'll try to look at it tomorrow. Really appreciated.

konrad-kruczynski commented 1 year ago

Released on nuget.