forked from cheat-engine/cheat-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DissectCodeunit.lfm
270 lines (270 loc) · 6.54 KB
/
DissectCodeunit.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
object frmDissectCode: TfrmDissectCode
Left = 1000
Height = 350
Top = 202
Width = 327
AutoSize = True
Caption = 'Dissect Code'
ClientHeight = 350
ClientWidth = 327
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.6.4.0'
object ProgressBar1: TProgressBar
Left = 0
Height = 21
Top = 329
Width = 327
Align = alBottom
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object Panel1: TPanel
Left = 0
Height = 329
Top = 0
Width = 193
Align = alClient
AutoSize = True
BevelOuter = bvNone
ClientHeight = 329
ClientWidth = 193
TabOrder = 0
object lbModuleList: TListBox
Left = 0
Height = 280
Top = 49
Width = 193
Align = alClient
ItemHeight = 0
MultiSelect = True
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Height = 49
Top = 0
Width = 193
Align = alTop
AutoSize = True
BevelOuter = bvNone
ClientHeight = 49
ClientWidth = 193
TabOrder = 1
object Label2: TLabel
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Panel2
Left = 0
Height = 15
Top = 0
Width = 161
Caption = 'Select the module(s) to dissect'
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 15
Width = 151
Caption = 'Hold CTRL to select multiple'
ParentColor = False
end
object cbIncludesystemModules: TCheckBox
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
Left = 0
Height = 19
Top = 30
Width = 148
Caption = 'Include system modules'
OnChange = cbIncludesystemModulesClick
TabOrder = 0
end
end
end
object Panel3: TPanel
Left = 193
Height = 329
Top = 0
Width = 134
Align = alRight
AutoSize = True
BevelOuter = bvNone
ClientHeight = 329
ClientWidth = 134
TabOrder = 2
object Label6: TLabel
AnchorSideLeft.Control = Panel3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Panel3
Left = 16
Height = 15
Top = 8
Width = 102
BorderSpacing.Top = 8
Caption = 'Estimated time left:'
ParentColor = False
end
object Label7: TLabel
AnchorSideLeft.Control = Panel3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label6
AnchorSideTop.Side = asrBottom
Left = 46
Height = 15
Top = 23
Width = 42
Alignment = taCenter
Caption = '00:00:00'
ParentColor = False
end
object Label4: TLabel
AnchorSideLeft.Control = Panel3
AnchorSideTop.Control = Label7
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 46
Width = 126
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Caption = 'String references found:'
ParentColor = False
end
object lblStringRef: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 61
Width = 6
Caption = '0'
ParentColor = False
end
object Label5: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblStringRef
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 84
Width = 102
BorderSpacing.Top = 8
Caption = 'Conditional Jumps:'
ParentColor = False
end
object lblConditionalJumps: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label5
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 99
Width = 6
Caption = '0'
ParentColor = False
end
object Label9: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblConditionalJumps
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 122
Width = 115
BorderSpacing.Top = 8
Caption = 'Unconditional Jumps:'
ParentColor = False
end
object lblUnConditionalJumps: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label9
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 137
Width = 6
Caption = '0'
ParentColor = False
end
object Label11: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblUnConditionalJumps
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 160
Width = 28
BorderSpacing.Top = 8
Caption = 'Calls:'
ParentColor = False
end
object lblCalls: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label11
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 175
Width = 6
Caption = '0'
ParentColor = False
end
object Label1: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblCalls
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 198
Width = 90
BorderSpacing.Top = 8
Caption = 'Maximum offset:'
ParentColor = False
Visible = False
end
object lblMaxOffset: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 213
Width = 6
Caption = '0'
ParentColor = False
Visible = False
end
object btnStart: TButton
AnchorSideLeft.Control = Panel3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = lblMaxOffset
AnchorSideTop.Side = asrBottom
Left = 17
Height = 25
Top = 233
Width = 100
AutoSize = True
BorderSpacing.Top = 5
BorderSpacing.Bottom = 25
Caption = 'Start'
Constraints.MinWidth = 100
OnClick = btnStartClick
TabOrder = 0
end
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
top = 80
end
end