Re: Decompile ok-Open project error



pchelpmanC@xxxxxxxxxxxxxx wrote:
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??


As others said, that looks like assembler code but ... not asm as I recall,
what little I ever knew of it.

If you think it's malicious, post the executable as a ZIP somewhere, include
a big warning on what it might be, and give me the link to it. I can
probably tell you whether it's "malicious" or not, depending on what you
mean by that term. Yes, I know how to do so safely.
Oh, I won't go to private sites to get an .exe or a ZIP of an exe; use
one of the freebie sites like Photobucket or ... whatever. You have to ZIP
it to get me to accept it. Their scanners might also tell you whether it's
"malicious" or not when you upload, but usually not.

It would also be good to know WHY you think it's malicious, along with what
malicious means to you. If you simply mean a practical joke by a friend,
I'm not interested.

Regards,

Pop`





.



Relevant Pages

  • Re: Downloading mail through VB.NET?
    ... I've created the necessary class and have placed the For loop code into a ... Use the "new" keyword to create an object instance. ... If I click the EXE from Windows Explorer, ... Warning 1 Function 'List' doesn't return a value on all code paths. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: passing stl through dll
    ... It will tell the compiler to instantiate standard templates from headers instead of picking them up from "msvcpXX.dll". ... Then, by using trial and error method, add relevant instantiations in your DLL header file. ... The define _STATIC_CPPLIB has to be placed in the DLL project and also in the client EXE project? ... For it is hard to find the instantiations necessary for the compiler - I get C4251's again in the EXE code beside the warning suppression already done. ...
    (microsoft.public.vc.stl)
  • Re: Warning when opening shortcuts on desktop
    ... > shortcut that points to a .exe on the server. ... The warning says: ... > This started after the client was cleaning their keyboard, ...
    (microsoft.public.windowsxp.general)
  • Re: Vista, nur bei einigen App.exen meldet sich die UAC?
    ... installer, unless it's digitally signed. ... If you put the EXE or installer ... then the warning is shown if you use the ... kleinen Projekt eine EXE ...
    (microsoft.public.de.vb)
  • Re: Linked .cs files and defined in multiple places warning
    ... CTF Technologies do Brasil LTDA ... Analista Programador ... >I have a utilities class which I include in a library and the exe. ... > also includes the library therefore generating the warning about the same ...
    (microsoft.public.dotnet.languages.csharp)

Loading