Washi1337 / OldRod

An automated KoiVM disassembler and devirtualisation utility
GNU General Public License v3.0
345 stars 80 forks source link

Use AsmResolver 4.6.0 #39

Closed ElektroKill closed 3 years ago

ElektroKill commented 3 years ago

Updated OldRod to use the latest AsmResolver version (4.6.0)

Washi1337 commented 3 years ago

Thanks for porting to the latest version.

One small thing is that the --ignore-invalid-methods commandline switch may have to be renamed now to something like --ignore-invalid-md, as your change ignores any parser error instead of just the ones from a method body.