Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  107 ???? E8000000      call    __D3std6string9toStringzFNaNbAyaZPya     #
  2.  107      00
  3. 108 ???? 678945F4       mov DWORD PTR [ebp-12], eax  # filePath, D.2276
  4.   18:main.d        ****    
  5.   19:main.d        ****     void* cppObj = ctor_FileName(filePath);
  6.  109                    .loc 1 19 0
  7.  110 ???? 678B45F4      mov eax, DWORD PTR [ebp-12]  # tmp65, filePath
  8.  111 ???? 67890424      mov DWORD PTR [esp], eax     #, tmp65
  9.  112 ???? E8000000      call    _ctor_FileName   #
  10.  112      00
  11.  113 ???? 678945F0      mov DWORD PTR [ebp-16], eax  # cppObj, D.2277
  12.   20:main.d        ****     FileName fileName = value_FileName(cppObj);
  13.  114                    .loc 1 20 0
  14.  115 ???? 678B45F0      mov eax, DWORD PTR [ebp-16]  # tmp66, cppObj
  15.  116 ???? 67890424      mov DWORD PTR [esp], eax     #, tmp66
  16.  117 ???? E8000000      call    _value_FileName  #
  17.  117      00
  18.  118 ???? 678945EC      mov DWORD PTR [ebp-20], eax  # fileName, tmp68
  19.   21:main.d        ****    
  20.   22:main.d        ****     writeln("ok");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement