konrad-kruczynski / elfsharp

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

Added a command to parse LC_UUID and ability to get the UUID #92

Closed Grivus closed 1 year ago

Grivus commented 1 year ago

I've added an ability to parse UUID load command from machO file. Also added a test, however I can't really run it on mac, because it can't find resources Tests Binaries files (submodule is actual). I've checked it across real files by their full paths, but kept the original style in code.

konrad-kruczynski commented 1 year ago

Great contribution, I'll accept it, just please also modify csproj to have new:

Grivus commented 1 year ago

Updated according to last comment