disassembling (correctly) managed c++ assemblies?
-
my problem is disassembling managed c++ assemblies, so that when i try to re-compile the IL i don't get errors for functions, containing 'modopt' in their name. If you can, please tell me how to disassemble such .net assemblies. Thanks in advance, Stan
-
my problem is disassembling managed c++ assemblies, so that when i try to re-compile the IL i don't get errors for functions, containing 'modopt' in their name. If you can, please tell me how to disassemble such .net assemblies. Thanks in advance, Stan
-
Do you have a code sample that reproduces the problem? It sounds like a possible ildasm bug. Matt Visual C++ FE
the assembly is just a managed c++ dll. when i disasemble it using ildasm, and (try) to re-assemble it with ilasm, the error functions' names both have 'modopt' and double dots. i do think it's bug, too.
-
the assembly is just a managed c++ dll. when i disasemble it using ildasm, and (try) to re-assemble it with ilasm, the error functions' names both have 'modopt' and double dots. i do think it's bug, too.
-
well, i think some of the functions are native, and that's the prob