VB Decompiler Forum Index VB Decompiler
Hosted by TheAutomaters.com
 
  MemberlistMemberlist
 

19 FStAdFunc

 
   VB Decompiler Forum Index -> Base
Author Message
Anonymous
New User


Joined: 10 Feb 2008
Posts: 0

Posted: Tue Nov 19, 2002 7:27 pm     Post subject: 19 FStAdFunc

NumBytes: 3
ArgStr: l
SrcStr: |
Comments: always followed by FldPr ;i cant find a good not to ignore it

Runtime engine:
[asm:3re0n41c]
  1. mov     ebx, 0FFFFFFFFh        ; ebx = true
  2.  
  3. lblFStAd:
  4.     movsx   eax, word ptr [esi]    ; eax = opcode first argument (offset to locals)
  5.     add     esi, 2                 ; move codeframe to next opcode
  6.     add     eax, ebp               ; eax = address of this local var
  7.     jmp     lblStAd
  8.  
  9. lblStAd:
  10.     pop     ecx
  11.     push    ebx                    ; push "true"
  12.     push    eax                    ; push address of the local var
  13.     push    ecx
  14.     call    _ExStAd@12             ; ExStAd(x,x,x)
  15.     xor     eax, eax               ; clear eax
  16.     mov     al, [esi]              ; eax = next opcode
  17.     inc     esi                    ; move codeframe to next opcode/arg
  18.     jmp     ds:_tblByteDisp[eax*4] ; do next opcode (jumptable)
[/asm:3re0n41c]
Back to top
   VB Decompiler Forum Index -> Base All times are GMT
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group