Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. disassembling (correctly) managed c++ assemblies?

disassembling (correctly) managed c++ assemblies?

Scheduled Pinned Locked Moved Managed C++/CLI
csharpc++dotnethelptutorial
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stanimir_Stoyanov
    wrote on last edited by
    #1

    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

    C 1 Reply Last reply
    0
    • S Stanimir_Stoyanov

      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

      C Offline
      C Offline
      cppmanuf
      wrote on last edited by
      #2

      Do you have a code sample that reproduces the problem? It sounds like a possible ildasm bug. Matt Visual C++ FE

      S 1 Reply Last reply
      0
      • C cppmanuf

        Do you have a code sample that reproduces the problem? It sounds like a possible ildasm bug. Matt Visual C++ FE

        S Offline
        S Offline
        Stanimir_Stoyanov
        wrote on last edited by
        #3

        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.

        C 1 Reply Last reply
        0
        • S Stanimir_Stoyanov

          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.

          C Offline
          C Offline
          cppmanuf
          wrote on last edited by
          #4

          Anything special about the functions that error? I'll check the bugbase. Matt

          S 1 Reply Last reply
          0
          • C cppmanuf

            Anything special about the functions that error? I'll check the bugbase. Matt

            S Offline
            S Offline
            Stanimir_Stoyanov
            wrote on last edited by
            #5

            well, i think some of the functions are native, and that's the prob

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups