Re: Decompile ok-Open project error



In my humble opinion, I don't think decompiling will help you
find malicious code in the EXE file. The best that you can get is
what you have placed in your original message. As you can see,
it is a jumble of "variables", numbers, procedures and some
slightly identifiable VB code (End If). Decompiling is a bad
thing becasue it will make you work much harder just to get
nowhere.

If you are looking for malicious code in a program, I would
start by researching the program to determine if anyone has
reported anything suspicious when running. I would check
anti virus sites to see if the program is registered with them.
I would run antivirus apps to check the EXE for any signs of
bad code.

Saga
--



<pchelpmanC@xxxxxxxxxxxxxx> wrote in message
news:1187681074.756958.75900@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi.I decompiled a program and i saved the project..then i tryed to
open it with vb but says error..
i tryed to open the project or the forms seperate..but i get errors...

i opened it with txt and i see that the code is like

loc_004EA185: var_10 = &H4037C0
loc_004EA1D2: call On Error ...(00000001h, edi, esi, ebx, fs:[00h],
MSVBVM60.DLL.__vbaExceptHandler, ebp)
loc_004EA1DE: If 005A4814h = edi Then
loc_004EA1EA: CreateObject(004352ECh, 005A4814h)
loc_004EA1F0: End If
loc_004EA1FD: call eax+14h(005A4814h, "")
loc_004EA204: If eax+14h(005A4814h, "") < edi Then
loc_004EA20F: call MSVBVM60.DLL.__vbaHresultCheckObj(eax
+14h(005A4814h, ""), 005A4814h, 004352DCh, 00000014h)
loc_004EA215: End If
loc_004EA221: call edx+50h("", "")
loc_004EA228: If edx+50h("", "") < edi Then
loc_004EA233: call MSVBVM60.DLL.__vbaHresultCheckObj(edx+50h("",
""), "", 00435578h, 00000050h)
loc_004EA239: End If
loc_004EA23D: ChDir("")


WHATS THAT??how i can get the source code from that??



.