Thread: DnlibEditor
View Single Post
  #9  
Old 09-25-2014, 17:53
CodeCracker CodeCracker is online now
VIP
 
Join Date: Jun 2011
Posts: 466
Rept. Given: 27
Rept. Rcvd 407 Times in 134 Posts
Thanks Given: 21
Thanks Rcvd at 1,889 Times in 359 Posts
CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499
The major difference is migrating from Mono.Cecil to dnlib! You should keep in mind that dnlib is much better then Mono.Cecil!
As a result mixed mode assemblies are supported!
Also when you save the module definition all tokens are preserved, when you save the assembly definition tokens are not preserved.
Reply With Quote