horsicq / Detect-It-Easy

Program for determining types of files for Windows, Linux and MacOS.
http://ntinfo.biz
MIT License
6.95k stars 695 forks source link

Signature Support: Native AoT-compiled .NET Applications #218

Closed Still34 closed 1 week ago

Still34 commented 2 weeks ago

Summary

Starting from .NET 7, it is now possible to compile .NET applications as Ahead-of-Time-compiled native application - i.e., unmanaged code. This addition is currently not recognized or picked up by DiE's signatures and somewhat incorrectly identifies the binary as standard C++-compiled application.

image

References

https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/

DosX-dev commented 1 week ago

Hello, AOT support has already been partially added. Update to the latest beta

Still34 commented 1 week ago

Oops - sorry, didn't think to check the beta first. Can confirm it's working.