konrad-kruczynski / elfsharp

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

Add `where T : Command` constraint on GetCommandsOfType<T> #85

Closed 0xced closed 2 years ago

0xced commented 2 years ago

It doesn't make send to pass anything else but a Command as the generic type parameter of GetCommandsOfType<T>.