forked from AlexanderBagel/ProcessMemoryMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuProcessMM.dfm
More file actions
577 lines (577 loc) · 14.5 KB
/
Copy pathuProcessMM.dfm
File metadata and controls
577 lines (577 loc) · 14.5 KB
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
object dlgProcessMM: TdlgProcessMM
Left = 0
Top = 0
Caption = 'Process Memory Map'
ClientHeight = 589
ClientWidth = 1007
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Menu = MainMenu
OldCreateOrder = False
PopupMenu = pmGui
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnShow = FormShow
DesignSize = (
1007
589)
PixelsPerInch = 96
TextHeight = 13
object imgProcess: TImage
Left = 8
Top = 8
Width = 32
Height = 32
Cursor = crHandPoint
Stretch = True
OnClick = imgProcessClick
end
object lblProcessName: TLabel
Left = 56
Top = 8
Width = 41
Height = 13
Caption = 'Process:'
end
object lblProcessNameData: TLabel
Left = 103
Top = 8
Width = 3
Height = 13
end
object lblProcessPID: TLabel
Left = 56
Top = 24
Width = 21
Height = 13
Caption = 'PID:'
end
object lblProcessPIDData: TLabel
Left = 103
Top = 24
Width = 3
Height = 13
end
object gbSummary: TGroupBox
Left = 8
Top = 43
Width = 991
Height = 215
Anchors = [akLeft, akTop, akRight]
Caption = 'Summary:'
TabOrder = 0
object lvSummary: TVirtualStringTree
Left = 2
Top = 15
Width = 987
Height = 198
Align = alClient
Header.AutoSizeIndex = 0
Header.Height = 17
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
TabOrder = 0
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
TreeOptions.SelectionOptions = [toFullRowSelect]
OnBeforeItemErase = lvSummaryBeforeItemErase
OnGetText = lvSummaryGetText
OnNodeClick = lvSummaryNodeClick
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = 'Type'
Width = 100
end
item
Alignment = taRightJustify
Position = 1
Text = 'Size'
Width = 150
end
item
Alignment = taRightJustify
Position = 2
Text = 'Commited'
Width = 150
end
item
Alignment = taRightJustify
Position = 3
Text = 'Blocks'
Width = 150
end>
end
end
object stMemoryMap: TVirtualStringTree
Left = 8
Top = 264
Width = 989
Height = 315
Anchors = [akLeft, akTop, akRight, akBottom]
Header.AutoSizeIndex = 0
Header.Height = 17
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
PopupMenu = PopupMenu
TabOrder = 1
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseBlendedSelection, toUseExplorerTheme, toHideTreeLinesIfThemed]
TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
OnBeforeItemErase = stMemoryMapBeforeItemErase
OnGetText = stMemoryMapGetText
OnNodeDblClick = stMemoryMapNodeDblClick
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = 'Address'
Width = 170
end
item
Position = 1
Text = 'Type'
Width = 300
end
item
Alignment = taRightJustify
CaptionAlignment = taRightJustify
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment]
Position = 2
Text = 'Size'
Width = 75
end
item
Position = 3
Text = 'Section'
Width = 64
end
item
Position = 4
Text = 'Contains'
Width = 120
end
item
Position = 5
Text = 'Access'
Width = 100
end
item
Position = 6
Text = 'Initial Access'
Width = 100
end
item
Alignment = taRightJustify
CaptionAlignment = taRightJustify
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment]
Position = 7
Text = 'Blocks'
end
item
Position = 8
Text = 'Details'
Width = 560
end>
end
object MainMenu: TMainMenu
Images = MainMenuImageList
Left = 448
Top = 8
object mnuFile: TMenuItem
Caption = 'File'
object mnuSelectProcess: TMenuItem
Action = acSelectProcess
end
object N1: TMenuItem
Caption = '-'
end
object mnuOpen: TMenuItem
Action = acOpen
end
object mnuCompare: TMenuItem
Action = acCompare
end
object mnuSave: TMenuItem
Action = acSave
end
object N2: TMenuItem
Caption = '-'
end
object mnuRunAsAdmin: TMenuItem
Action = acRunAsAdmin
end
object N3: TMenuItem
Caption = '-'
end
object mnuExit: TMenuItem
Action = acExit
end
end
object mnuEdit: TMenuItem
Caption = 'Edit'
object mnuRefresh: TMenuItem
Action = acRefresh
end
object N7: TMenuItem
Caption = '-'
end
object mnuCopyAddress: TMenuItem
Action = acCopyAddress
end
object mnuCopySelected: TMenuItem
Action = acCopySelected
end
object N4: TMenuItem
Caption = '-'
end
object mnuProprety: TMenuItem
Action = acRegionProps
end
end
object mnuSearch: TMenuItem
Caption = 'Search'
object mnuShowAddr: TMenuItem
Action = acSearchAddress
end
object mnuFind: TMenuItem
Action = acSearchData
end
object N14: TMenuItem
Caption = '-'
end
object mnuQuery: TMenuItem
Action = acQueryAddr
end
end
object N13: TMenuItem
Caption = 'View'
object mnuShowExport: TMenuItem
Action = acShowExports
end
object mnuShowKnonData: TMenuItem
Action = acShowKnown
end
object ShowStrings1: TMenuItem
Action = acStrings
end
end
object mnuUtils: TMenuItem
Caption = 'Utils'
object DumpAddress1: TMenuItem
Action = acDumpAddr
end
object DumpRegion2: TMenuItem
Action = acDumpRegion
end
object N12: TMenuItem
Caption = '-'
end
object FillAddrListInfo1: TMenuItem
Caption = 'MemoryMap CRC32 List'
object FillAddrListInfo2: TMenuItem
Action = acFillMMList
end
object GenerateMMLfromMAP1: TMenuItem
Action = acGenerateMML
end
end
object FindPatchedData1: TMenuItem
Action = acFindPachedData
end
end
object mnuOptions: TMenuItem
Caption = 'Options'
object mnuExpand: TMenuItem
Action = acExpandAll
end
object mnuCollapse: TMenuItem
Action = acCollapseAll
end
object N5: TMenuItem
Caption = '-'
end
object mnuSettings: TMenuItem
Action = acSettings
end
end
object mnuHelp: TMenuItem
Caption = 'Help'
object Debugdata1: TMenuItem
Action = acDebugInfo
end
object mnuAbout: TMenuItem
Action = acAbout
end
end
end
object MainMenuImageList: TImageList
ColorDepth = cd32Bit
Left = 528
Top = 8
end
object SavePMMDialog: TSaveDialog
DefaultExt = 'pmm'
Filter = 'Process Memory Map File (*.pmm)|*.pmm|All Files (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Left = 376
Top = 8
end
object OpenPMMDialog: TOpenDialog
DefaultExt = 'pmm'
Filter = 'Process Memory Map File (*.pmm)|*.pmm|All Files (*.*)|*.*'
Left = 288
Top = 8
end
object PopupMenu: TPopupMenu
Left = 200
Top = 8
object CopyAddress1: TMenuItem
Action = acCopyAddress
end
object CopySelected1: TMenuItem
Action = acCopySelected
end
object N8: TMenuItem
Caption = '-'
end
object Queryaddress2: TMenuItem
Action = acQueryAddr
end
object Find1: TMenuItem
Action = acSearchData
end
object N10: TMenuItem
Caption = '-'
end
object DumpRegion1: TMenuItem
Action = acDumpRegion
end
object N9: TMenuItem
Caption = '-'
end
object ExpandAll1: TMenuItem
Action = acExpandAll
end
object CollapseAll1: TMenuItem
Action = acCollapseAll
end
object N6: TMenuItem
Caption = '-'
end
object OpenInExplorer1: TMenuItem
Action = acOpenInExplorer
end
object Regionproperties1: TMenuItem
Action = acRegionProps
Default = True
end
end
object ActionManager: TActionManager
Left = 120
Top = 8
StyleName = 'Platform Default'
object acSelectProcess: TAction
Category = 'File'
Caption = 'Select Process...'
ShortCut = 16464
OnExecute = acSelectProcessExecute
end
object acOpen: TAction
Category = 'File'
Caption = 'Open...'
ShortCut = 16463
OnExecute = acOpenExecute
end
object acCompare: TAction
Category = 'File'
Caption = 'Compare with...'
OnExecute = acCompareExecute
OnUpdate = acCompareUpdate
end
object acSave: TAction
Category = 'File'
Caption = 'Save...'
OnExecute = acSaveExecute
OnUpdate = acSaveUpdate
end
object acRunAsAdmin: TAction
Category = 'File'
Caption = 'Run as administrator'
OnExecute = acRunAsAdminExecute
end
object acExit: TAction
Category = 'File'
Caption = 'Exit'
OnExecute = acExitExecute
end
object acRefresh: TAction
Category = 'Edit'
Caption = 'Refresh'
ShortCut = 116
OnExecute = acRefreshExecute
OnUpdate = acSaveUpdate
end
object acCopyAddress: TAction
Category = 'Edit'
Caption = 'Copy Address'
ShortCut = 16451
OnExecute = acCopyAddressExecute
OnUpdate = acDumpRegionUpdate
end
object acCopySelected: TAction
Category = 'Edit'
Caption = 'Copy Selected'
OnExecute = acCopySelectedExecute
OnUpdate = acDumpRegionUpdate
end
object acRegionProps: TAction
Category = 'Edit'
Caption = 'Region Properties...'
OnExecute = acRegionPropsExecute
OnUpdate = acDumpRegionUpdate
end
object acSearchAddress: TAction
Category = 'Search'
Caption = 'Highlight Address...'
ShortCut = 16449
OnExecute = acSearchAddressExecute
OnUpdate = acCompareUpdate
end
object acSearchData: TAction
Category = 'Search'
Caption = 'Search Data...'
ShortCut = 16454
OnExecute = acSearchDataExecute
OnUpdate = acSaveUpdate
end
object acQueryAddr: TAction
Category = 'Search'
Caption = 'Query Address'
SecondaryShortCuts.Strings = (
'F3')
ShortCut = 16465
OnExecute = acQueryAddrExecute
OnUpdate = acSaveUpdate
end
object acShowExports: TAction
Category = 'View'
Caption = 'Show Export List...'
ShortCut = 16453
OnExecute = acShowExportsExecute
OnUpdate = acSaveUpdate
end
object acDumpAddr: TAction
Category = 'Utils'
Caption = 'Dump Address...'
OnExecute = acDumpAddrExecute
OnUpdate = acSaveUpdate
end
object acDumpRegion: TAction
Category = 'Utils'
Caption = 'Dump Selected Region'
OnExecute = acDumpRegionExecute
OnUpdate = acDumpRegionUpdate
end
object acExpandAll: TAction
Category = 'Option'
Caption = 'Expand All'
OnExecute = acExpandAllExecute
end
object acCollapseAll: TAction
Category = 'Option'
Caption = 'Collapse All'
OnExecute = acCollapseAllExecute
end
object acSettings: TAction
Category = 'Option'
Caption = 'Settings...'
OnExecute = acSettingsExecute
end
object acAbout: TAction
Category = 'Help'
Caption = 'About...'
OnExecute = acAboutExecute
end
object acGenerateMML: TAction
Category = 'Utils'
Caption = 'Generate MML from MAP...'
OnExecute = acGenerateMMLExecute
OnUpdate = acGenerateMMLUpdate
end
object acFillMMList: TAction
Category = 'Utils'
Caption = 'Check MML...'
OnExecute = acFillMMListExecute
OnUpdate = acSaveUpdate
end
object acFindPachedData: TAction
Category = 'Utils'
Caption = 'Hook Scanner...'
ShortCut = 119
OnExecute = acFindPachedDataExecute
OnUpdate = acFindPachedDataUpdate
end
object acShowKnown: TAction
Category = 'View'
Caption = 'Show Known Data...'
ShortCut = 113
OnExecute = acShowKnownExecute
OnUpdate = acSaveUpdate
end
object acDebugInfo: TAction
Category = 'Help'
Caption = 'Debug Info...'
OnExecute = acDebugInfoExecute
end
object acStrings: TAction
Category = 'View'
Caption = 'Show Strings...'
ShortCut = 16467
OnExecute = acStringsExecute
OnUpdate = acSaveUpdate
end
object acCopyPID: TAction
Category = 'GUI'
Caption = 'Copy PID'
OnExecute = acCopyPIDExecute
OnUpdate = acCopyPIDUpdate
end
object acCopyProcessPath: TAction
Category = 'GUI'
Caption = 'Copy Process Path'
OnExecute = acCopyProcessPathExecute
OnUpdate = acCopyPIDUpdate
end
object acOpenInExplorer: TAction
Category = 'Edit'
Caption = 'Open In Explorer'
OnExecute = acOpenInExplorerExecute
OnUpdate = acOpenInExplorerUpdate
end
end
object SaveDMPDialog: TSaveDialog
DefaultExt = 'dmp'
Filter = 'Memory Dump File (*.dmp)|*.dmp|All Files (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Left = 616
Top = 8
end
object pmGui: TPopupMenu
Left = 688
Top = 8
object CopyPID1: TMenuItem
Action = acCopyPID
end
object CopyProcessPath1: TMenuItem
Action = acCopyProcessPath
end
end
end