I've been left with a VERY IMPORTANT executable but can't find the source files. I've accessed a decompiler & it's produced the following:-
but I'm not sure if this has really helped at all. Does anyone have any ideas what this all means?
Many thanks, Des.
Code:
Public Function StartSysInfo()
'0041c7d1 55 push ebp
'0041c7d2 8bec mov ebp, esp
'0041c7d4 83ec14 sub esp, 14
' *** Reference to "__vbaExceptHandler"
'0041c7d7 68f6154000 push 004015f6
'0041c7dc 64a100000000 mov ax, word ptr fs:[00000000]
'0041c7e2 50 push eax
'0041c7e3 64892500000000 mov dword ptr fs:[00000000], esp
'0041c7ea 81ecb8000000 sub esp, 000000b8
'0041c7f0 53 push ebx
'0041c7f1 56 push esi
'0041c7f2 57 push edi
etc. etc.
but I'm not sure if this has really helped at all. Does anyone have any ideas what this all means?
Many thanks, Des.