Results 1 to 2 of 2

Thread: [OT] Intermediate Language?

  1. #1

    Thread Starter
    Lively Member neodatatype's Avatar
    Join Date
    Aug 2002
    Location
    Italy
    Posts
    103

    [OT] Intermediate Language?

    Someone can tell me where can I find infos about how to translate IL?

    i.e. how to read something like this?
    Code:
      IL_0040:  ldc.i4.1
      IL_0041:  add
      IL_0042:  stloc.s    V_4
      IL_0044:  ldloc.s    V_4
      IL_0046:  ldc.i4.s   40
      IL_0048:  blt.s      IL_002a
    It would be nice also to know how to translate a .net exe into IL as the ildasm.exe do.

    Some help?

    Thanks!
    > NeoDataType.net <

    Try my Free .Net Reporting Tool!

  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    there is a microsoft press book about the IL language...u might buy it and check it
    \m/\m/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width