Can I use Unity's il2cpp.exe alone to convert any .Net Framework Compiled IL binary?
for example, Windows Forms?
Sorry if this is a weird question,
Recently I found the binary compiled with IL bytecode could be restored almost the same as the original source code.
So I was just looking for a way to convert IL code to native machine code.