Migrate dnlib to AsmResolver or Mono.Cecil #50
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Milestone
AsmResolver is a great tool, I thought to move on Mono.Cecil but I believe this is a bad idea because it is easy to break with a bit of invalid metadata, AsmResolver has many perfect tools for Assembly manipulation, I do like the code and the structure, and I'm ready to learn it deeply, eg this will solve updating of MDTokens without reloading and doing machinations with assembly.
Update
Thanks to ElektroKill for his help, now there's no need to always reload the Module to update the tokens, just use ModuleDef.UpdateRowId
Btw AsmResolver has a custom thing that also allows doing the same thing!
The text was updated successfully, but these errors were encountered: