O software para engenharia reversa ILSpy, navegador de código e descompilador de programas em .NET está com sua versão mais recente, a 6.1, no ar. O programa é útil para análise de malware, arquivos suspeitos ou qualquer outro tipo de programa criados em .NET. A versão nova conta com suporte a novos recursos de linguagem, como (em inglês):
- C# 9.0: Native ints
- C# 9.0: Attributes on local functions
Além disso, ele utiliza o System.Reflection.Metadata 1.8.1 e possui melhorias como (em inglês) :
- Assembly List UX: double-click selects list and dismisses dialog
- Base types treenode: Create a flat list of nodes containing all base types instead of just the direct base types
Há ainda correções na versão ILSpy 6.1(em inglês):
- Fix #2050: Ref local variable is inlined incorrectly, changing the exception behavior
- Fix #1903: un-inline argument of unsupported isinst instructions.
- Fix #2073: Ensure the startOffsetVar actually appears in the expected instruction, not somewhere else.
- Fix #2068: ILSpy can't find referenced library even though it's open
Para ver mais correções, clique aqui. Veja também o changelog completo.
Edited by Bruna Chieco
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.