I installed mono package on windows 10 using choco (choco install mono --version 5.12.0.301), and then i tried to dissamble a sample App i was testing (using monodis).
After doing some tests with monodis i got an error "Could not load signature of WpfApp1.HelloBootstrapper+<>c:
WpfSourceCode.zip
BuildoutPut.zip
WpfAppDisassemble.zip
Monodis fails with the message "Could not load signature of WpfApp1.HelloBootstrapper+<>c:
Dll should be dissambled even if types from "PresentationCore" could not be loaded.
[ ] macOS
[ ] Linux
[x] Windows
monodis is legacy tool, please use ikdasm instead
Just for the record this tool solves the issue we're seeing on that application.
As a side note maybe you guys could update this page https://www.mono-project.com/docs/tools+libraries/tools/monodis/ with that information on monodis being a legacy tool in favor of ikdasm.
Thanks, i already tried the tool and it seems to work fine both on windows and linux.
Most helpful comment
monodis is legacy tool, please use ikdasm instead