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

27 LitVar_Missing

 
   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: 27 LitVar_Missing

NumBytes: 3
ArgStr: l
SrcStr: <
Comments:

Runtime Engine:
[asm:3re0n41c]
  1. movsx edi, word ptr [esi]              ; Get arg1 (word) from codeFrame
  2. add   esi, 2                           ; Move codeFrame to next opcode
  3. mov   word ptr [edi+ebp], 0Ah          ; local1 = VariantDescriptorFlag(Error)
  4. mov   dword ptr [edi+ebp+8], 80020004h ; local1+8 = VariantDescriptorValue
  5. jmp   short lblLitVar                  ; Push local var to stack and do next opcode
  6.  
  7.  
  8. lblLitVar:
  9.   add   edi, ebp               ; Fix current stack location
  10.   push  edi                    ; Push current local var
  11.   xor   eax, eax               ; Clear previous opcode
  12.   mov   al, [esi]              ; opcode = current opcode from codeFrame
  13.   inc   esi                    ; Move codeFrame to next opcode/arg
  14.   jmp   ds:_tblByteDisp[eax*4] ; Do this 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