| 1 | object MemoryBrowser: TMemoryBrowser
|
|---|
| 2 | Left = 589
|
|---|
| 3 | Top = 268
|
|---|
| 4 | Width = 713
|
|---|
| 5 | Height = 600
|
|---|
| 6 | HelpContext = 12
|
|---|
| 7 | Caption = 'Memory Viewer'
|
|---|
| 8 | Color = clBtnFace
|
|---|
| 9 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 10 | Font.Color = clWindowText
|
|---|
| 11 | Font.Height = -14
|
|---|
| 12 | Font.Name = 'MS Sans Serif'
|
|---|
| 13 | Font.Style = []
|
|---|
| 14 | Menu = MainMenu1
|
|---|
| 15 | OldCreateOrder = False
|
|---|
| 16 | Position = poScreenCenter
|
|---|
| 17 | OnClose = FormClose
|
|---|
| 18 | OnCreate = FormCreate
|
|---|
| 19 | OnDestroy = FormDestroy
|
|---|
| 20 | OnResize = FormResize
|
|---|
| 21 | OnShow = FormShow
|
|---|
| 22 | PixelsPerInch = 120
|
|---|
| 23 | TextHeight = 16
|
|---|
| 24 | object Splitter1: TSplitter
|
|---|
| 25 | Left = 0
|
|---|
| 26 | Top = 300
|
|---|
| 27 | Width = 695
|
|---|
| 28 | Height = 5
|
|---|
| 29 | Cursor = crVSplit
|
|---|
| 30 | Align = alTop
|
|---|
| 31 | AutoSnap = False
|
|---|
| 32 | Beveled = True
|
|---|
| 33 | Color = clBtnFace
|
|---|
| 34 | ParentColor = False
|
|---|
| 35 | OnCanResize = Splitter1CanResize
|
|---|
| 36 | OnMoved = Splitter1Moved
|
|---|
| 37 | end
|
|---|
| 38 | object Panel1: TPanel
|
|---|
| 39 | Left = 0
|
|---|
| 40 | Top = 0
|
|---|
| 41 | Width = 695
|
|---|
| 42 | Height = 300
|
|---|
| 43 | Align = alTop
|
|---|
| 44 | BevelOuter = bvNone
|
|---|
| 45 | TabOrder = 0
|
|---|
| 46 | object Splitter2: TSplitter
|
|---|
| 47 | Left = 505
|
|---|
| 48 | Top = 0
|
|---|
| 49 | Height = 300
|
|---|
| 50 | Align = alRight
|
|---|
| 51 | Visible = False
|
|---|
| 52 | end
|
|---|
| 53 | object Panel5: TPanel
|
|---|
| 54 | Left = 0
|
|---|
| 55 | Top = 0
|
|---|
| 56 | Width = 505
|
|---|
| 57 | Height = 300
|
|---|
| 58 | Align = alClient
|
|---|
| 59 | BevelOuter = bvNone
|
|---|
| 60 | TabOrder = 0
|
|---|
| 61 | end
|
|---|
| 62 | object RegisterView: TPanel
|
|---|
| 63 | Left = 508
|
|---|
| 64 | Top = 0
|
|---|
| 65 | Width = 187
|
|---|
| 66 | Height = 300
|
|---|
| 67 | Align = alRight
|
|---|
| 68 | TabOrder = 1
|
|---|
| 69 | Visible = False
|
|---|
| 70 | object ScrollBox1: TScrollBox
|
|---|
| 71 | Left = 1
|
|---|
| 72 | Top = 1
|
|---|
| 73 | Width = 185
|
|---|
| 74 | Height = 298
|
|---|
| 75 | Align = alClient
|
|---|
| 76 | TabOrder = 0
|
|---|
| 77 | OnResize = ScrollBox1Resize
|
|---|
| 78 | object EAXLabel: TLabel
|
|---|
| 79 | Left = 8
|
|---|
| 80 | Top = 19
|
|---|
| 81 | Width = 96
|
|---|
| 82 | Height = 13
|
|---|
| 83 | Cursor = crHandPoint
|
|---|
| 84 | Caption = 'EAX 00000000'
|
|---|
| 85 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 86 | Font.Color = clWindowText
|
|---|
| 87 | Font.Height = -15
|
|---|
| 88 | Font.Name = 'Courier'
|
|---|
| 89 | Font.Style = []
|
|---|
| 90 | ParentFont = False
|
|---|
| 91 | OnClick = EAXLabelDblClick
|
|---|
| 92 | end
|
|---|
| 93 | object EBXlabel: TLabel
|
|---|
| 94 | Tag = 1
|
|---|
| 95 | Left = 8
|
|---|
| 96 | Top = 35
|
|---|
| 97 | Width = 96
|
|---|
| 98 | Height = 13
|
|---|
| 99 | Cursor = crHandPoint
|
|---|
| 100 | Caption = 'EBX 00000000'
|
|---|
| 101 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 102 | Font.Color = clWindowText
|
|---|
| 103 | Font.Height = -15
|
|---|
| 104 | Font.Name = 'Courier'
|
|---|
| 105 | Font.Style = []
|
|---|
| 106 | ParentFont = False
|
|---|
| 107 | OnClick = EAXLabelDblClick
|
|---|
| 108 | end
|
|---|
| 109 | object ECXlabel: TLabel
|
|---|
| 110 | Tag = 2
|
|---|
| 111 | Left = 8
|
|---|
| 112 | Top = 51
|
|---|
| 113 | Width = 96
|
|---|
| 114 | Height = 13
|
|---|
| 115 | Cursor = crHandPoint
|
|---|
| 116 | Caption = 'ECX 00000000'
|
|---|
| 117 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 118 | Font.Color = clWindowText
|
|---|
| 119 | Font.Height = -15
|
|---|
| 120 | Font.Name = 'Courier'
|
|---|
| 121 | Font.Style = []
|
|---|
| 122 | ParentFont = False
|
|---|
| 123 | OnClick = EAXLabelDblClick
|
|---|
| 124 | end
|
|---|
| 125 | object EDXlabel: TLabel
|
|---|
| 126 | Tag = 3
|
|---|
| 127 | Left = 8
|
|---|
| 128 | Top = 67
|
|---|
| 129 | Width = 96
|
|---|
| 130 | Height = 13
|
|---|
| 131 | Cursor = crHandPoint
|
|---|
| 132 | Caption = 'EDX 00000000'
|
|---|
| 133 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 134 | Font.Color = clWindowText
|
|---|
| 135 | Font.Height = -15
|
|---|
| 136 | Font.Name = 'Courier'
|
|---|
| 137 | Font.Style = []
|
|---|
| 138 | ParentFont = False
|
|---|
| 139 | OnClick = EAXLabelDblClick
|
|---|
| 140 | end
|
|---|
| 141 | object ESIlabel: TLabel
|
|---|
| 142 | Tag = 4
|
|---|
| 143 | Left = 8
|
|---|
| 144 | Top = 83
|
|---|
| 145 | Width = 96
|
|---|
| 146 | Height = 13
|
|---|
| 147 | Cursor = crHandPoint
|
|---|
| 148 | Caption = 'ESI 00000000'
|
|---|
| 149 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 150 | Font.Color = clWindowText
|
|---|
| 151 | Font.Height = -15
|
|---|
| 152 | Font.Name = 'Courier'
|
|---|
| 153 | Font.Style = []
|
|---|
| 154 | ParentFont = False
|
|---|
| 155 | OnClick = EAXLabelDblClick
|
|---|
| 156 | end
|
|---|
| 157 | object EDIlabel: TLabel
|
|---|
| 158 | Tag = 5
|
|---|
| 159 | Left = 8
|
|---|
| 160 | Top = 99
|
|---|
| 161 | Width = 96
|
|---|
| 162 | Height = 13
|
|---|
| 163 | Cursor = crHandPoint
|
|---|
| 164 | Caption = 'EDI 00000000'
|
|---|
| 165 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 166 | Font.Color = clWindowText
|
|---|
| 167 | Font.Height = -15
|
|---|
| 168 | Font.Name = 'Courier'
|
|---|
| 169 | Font.Style = []
|
|---|
| 170 | ParentFont = False
|
|---|
| 171 | OnClick = EAXLabelDblClick
|
|---|
| 172 | end
|
|---|
| 173 | object EBPlabel: TLabel
|
|---|
| 174 | Tag = 6
|
|---|
| 175 | Left = 8
|
|---|
| 176 | Top = 115
|
|---|
| 177 | Width = 96
|
|---|
| 178 | Height = 13
|
|---|
| 179 | Cursor = crHandPoint
|
|---|
| 180 | Caption = 'EBP 00000000'
|
|---|
| 181 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 182 | Font.Color = clWindowText
|
|---|
| 183 | Font.Height = -15
|
|---|
| 184 | Font.Name = 'Courier'
|
|---|
| 185 | Font.Style = []
|
|---|
| 186 | ParentFont = False
|
|---|
| 187 | OnClick = EAXLabelDblClick
|
|---|
| 188 | end
|
|---|
| 189 | object ESPlabel: TLabel
|
|---|
| 190 | Tag = 7
|
|---|
| 191 | Left = 8
|
|---|
| 192 | Top = 131
|
|---|
| 193 | Width = 96
|
|---|
| 194 | Height = 13
|
|---|
| 195 | Cursor = crHandPoint
|
|---|
| 196 | Caption = 'ESP 00000000'
|
|---|
| 197 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 198 | Font.Color = clWindowText
|
|---|
| 199 | Font.Height = -15
|
|---|
| 200 | Font.Name = 'Courier'
|
|---|
| 201 | Font.Style = []
|
|---|
| 202 | ParentFont = False
|
|---|
| 203 | OnClick = EAXLabelDblClick
|
|---|
| 204 | end
|
|---|
| 205 | object EIPlabel: TLabel
|
|---|
| 206 | Tag = 8
|
|---|
| 207 | Left = 8
|
|---|
| 208 | Top = 147
|
|---|
| 209 | Width = 96
|
|---|
| 210 | Height = 13
|
|---|
| 211 | Cursor = crHandPoint
|
|---|
| 212 | Caption = 'EIP 00000000'
|
|---|
| 213 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 214 | Font.Color = clWindowText
|
|---|
| 215 | Font.Height = -15
|
|---|
| 216 | Font.Name = 'Courier'
|
|---|
| 217 | Font.Style = []
|
|---|
| 218 | ParentFont = False
|
|---|
| 219 | OnClick = EAXLabelDblClick
|
|---|
| 220 | end
|
|---|
| 221 | object CSLabel: TLabel
|
|---|
| 222 | Tag = 9
|
|---|
| 223 | Left = 8
|
|---|
| 224 | Top = 184
|
|---|
| 225 | Width = 56
|
|---|
| 226 | Height = 13
|
|---|
| 227 | Cursor = crHandPoint
|
|---|
| 228 | Caption = 'CS 0000'
|
|---|
| 229 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 230 | Font.Color = clWindowText
|
|---|
| 231 | Font.Height = -15
|
|---|
| 232 | Font.Name = 'Courier'
|
|---|
| 233 | Font.Style = []
|
|---|
| 234 | ParentFont = False
|
|---|
| 235 | OnClick = EAXLabelDblClick
|
|---|
| 236 | end
|
|---|
| 237 | object DSLabel: TLabel
|
|---|
| 238 | Tag = 11
|
|---|
| 239 | Left = 8
|
|---|
| 240 | Top = 216
|
|---|
| 241 | Width = 56
|
|---|
| 242 | Height = 13
|
|---|
| 243 | Cursor = crHandPoint
|
|---|
| 244 | Caption = 'DS 0000'
|
|---|
| 245 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 246 | Font.Color = clWindowText
|
|---|
| 247 | Font.Height = -15
|
|---|
| 248 | Font.Name = 'Courier'
|
|---|
| 249 | Font.Style = []
|
|---|
| 250 | ParentFont = False
|
|---|
| 251 | OnClick = EAXLabelDblClick
|
|---|
| 252 | end
|
|---|
| 253 | object SSlabel: TLabel
|
|---|
| 254 | Tag = 10
|
|---|
| 255 | Left = 8
|
|---|
| 256 | Top = 200
|
|---|
| 257 | Width = 56
|
|---|
| 258 | Height = 13
|
|---|
| 259 | Cursor = crHandPoint
|
|---|
| 260 | Caption = 'SS 0000'
|
|---|
| 261 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 262 | Font.Color = clWindowText
|
|---|
| 263 | Font.Height = -15
|
|---|
| 264 | Font.Name = 'Courier'
|
|---|
| 265 | Font.Style = []
|
|---|
| 266 | ParentFont = False
|
|---|
| 267 | OnClick = EAXLabelDblClick
|
|---|
| 268 | end
|
|---|
| 269 | object ESlabel: TLabel
|
|---|
| 270 | Tag = 12
|
|---|
| 271 | Left = 8
|
|---|
| 272 | Top = 232
|
|---|
| 273 | Width = 56
|
|---|
| 274 | Height = 13
|
|---|
| 275 | Cursor = crHandPoint
|
|---|
| 276 | Caption = 'ES 0000'
|
|---|
| 277 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 278 | Font.Color = clWindowText
|
|---|
| 279 | Font.Height = -15
|
|---|
| 280 | Font.Name = 'Courier'
|
|---|
| 281 | Font.Style = []
|
|---|
| 282 | ParentFont = False
|
|---|
| 283 | OnClick = EAXLabelDblClick
|
|---|
| 284 | end
|
|---|
| 285 | object FSlabel: TLabel
|
|---|
| 286 | Tag = 13
|
|---|
| 287 | Left = 8
|
|---|
| 288 | Top = 248
|
|---|
| 289 | Width = 56
|
|---|
| 290 | Height = 13
|
|---|
| 291 | Cursor = crHandPoint
|
|---|
| 292 | Caption = 'FS 0000'
|
|---|
| 293 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 294 | Font.Color = clWindowText
|
|---|
| 295 | Font.Height = -15
|
|---|
| 296 | Font.Name = 'Courier'
|
|---|
| 297 | Font.Style = []
|
|---|
| 298 | ParentFont = False
|
|---|
| 299 | OnClick = EAXLabelDblClick
|
|---|
| 300 | end
|
|---|
| 301 | object GSlabel: TLabel
|
|---|
| 302 | Tag = 14
|
|---|
| 303 | Left = 8
|
|---|
| 304 | Top = 264
|
|---|
| 305 | Width = 56
|
|---|
| 306 | Height = 13
|
|---|
| 307 | Cursor = crHandPoint
|
|---|
| 308 | Caption = 'GS 0000'
|
|---|
| 309 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 310 | Font.Color = clWindowText
|
|---|
| 311 | Font.Height = -15
|
|---|
| 312 | Font.Name = 'Courier'
|
|---|
| 313 | Font.Style = []
|
|---|
| 314 | ParentFont = False
|
|---|
| 315 | OnClick = EAXLabelDblClick
|
|---|
| 316 | end
|
|---|
| 317 | object cflabel: TLabel
|
|---|
| 318 | Tag = 20
|
|---|
| 319 | Left = 136
|
|---|
| 320 | Top = 24
|
|---|
| 321 | Width = 32
|
|---|
| 322 | Height = 13
|
|---|
| 323 | Caption = 'CF 0'
|
|---|
| 324 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 325 | Font.Color = clWindowText
|
|---|
| 326 | Font.Height = -15
|
|---|
| 327 | Font.Name = 'Courier'
|
|---|
| 328 | Font.Style = []
|
|---|
| 329 | ParentFont = False
|
|---|
| 330 | OnDblClick = EAXLabelDblClick
|
|---|
| 331 | end
|
|---|
| 332 | object pflabel: TLabel
|
|---|
| 333 | Tag = 21
|
|---|
| 334 | Left = 136
|
|---|
| 335 | Top = 40
|
|---|
| 336 | Width = 32
|
|---|
| 337 | Height = 13
|
|---|
| 338 | Caption = 'PF 0'
|
|---|
| 339 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 340 | Font.Color = clWindowText
|
|---|
| 341 | Font.Height = -15
|
|---|
| 342 | Font.Name = 'Courier'
|
|---|
| 343 | Font.Style = []
|
|---|
| 344 | ParentFont = False
|
|---|
| 345 | OnDblClick = EAXLabelDblClick
|
|---|
| 346 | end
|
|---|
| 347 | object aflabel: TLabel
|
|---|
| 348 | Tag = 22
|
|---|
| 349 | Left = 136
|
|---|
| 350 | Top = 56
|
|---|
| 351 | Width = 32
|
|---|
| 352 | Height = 13
|
|---|
| 353 | Caption = 'AF 0'
|
|---|
| 354 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 355 | Font.Color = clWindowText
|
|---|
| 356 | Font.Height = -15
|
|---|
| 357 | Font.Name = 'Courier'
|
|---|
| 358 | Font.Style = []
|
|---|
| 359 | ParentFont = False
|
|---|
| 360 | OnDblClick = EAXLabelDblClick
|
|---|
| 361 | end
|
|---|
| 362 | object zflabel: TLabel
|
|---|
| 363 | Tag = 23
|
|---|
| 364 | Left = 136
|
|---|
| 365 | Top = 72
|
|---|
| 366 | Width = 32
|
|---|
| 367 | Height = 13
|
|---|
| 368 | Caption = 'ZF 0'
|
|---|
| 369 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 370 | Font.Color = clWindowText
|
|---|
| 371 | Font.Height = -15
|
|---|
| 372 | Font.Name = 'Courier'
|
|---|
| 373 | Font.Style = []
|
|---|
| 374 | ParentFont = False
|
|---|
| 375 | OnDblClick = EAXLabelDblClick
|
|---|
| 376 | end
|
|---|
| 377 | object sflabel: TLabel
|
|---|
| 378 | Tag = 24
|
|---|
| 379 | Left = 136
|
|---|
| 380 | Top = 88
|
|---|
| 381 | Width = 32
|
|---|
| 382 | Height = 13
|
|---|
| 383 | Caption = 'SF 0'
|
|---|
| 384 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 385 | Font.Color = clWindowText
|
|---|
| 386 | Font.Height = -15
|
|---|
| 387 | Font.Name = 'Courier'
|
|---|
| 388 | Font.Style = []
|
|---|
| 389 | ParentFont = False
|
|---|
| 390 | OnDblClick = EAXLabelDblClick
|
|---|
| 391 | end
|
|---|
| 392 | object oflabel: TLabel
|
|---|
| 393 | Tag = 26
|
|---|
| 394 | Left = 136
|
|---|
| 395 | Top = 120
|
|---|
| 396 | Width = 32
|
|---|
| 397 | Height = 13
|
|---|
| 398 | Caption = 'OF 0'
|
|---|
| 399 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 400 | Font.Color = clWindowText
|
|---|
| 401 | Font.Height = -15
|
|---|
| 402 | Font.Name = 'Courier'
|
|---|
| 403 | Font.Style = []
|
|---|
| 404 | ParentFont = False
|
|---|
| 405 | OnDblClick = EAXLabelDblClick
|
|---|
| 406 | end
|
|---|
| 407 | object Label14: TLabel
|
|---|
| 408 | Left = 10
|
|---|
| 409 | Top = 0
|
|---|
| 410 | Width = 61
|
|---|
| 411 | Height = 16
|
|---|
| 412 | Caption = 'Registers:'
|
|---|
| 413 | end
|
|---|
| 414 | object Shape1: TShape
|
|---|
| 415 | Left = 10
|
|---|
| 416 | Top = 16
|
|---|
| 417 | Width = 56
|
|---|
| 418 | Height = 2
|
|---|
| 419 | Brush.Color = clBlack
|
|---|
| 420 | end
|
|---|
| 421 | object Label15: TLabel
|
|---|
| 422 | Left = 139
|
|---|
| 423 | Top = 0
|
|---|
| 424 | Width = 34
|
|---|
| 425 | Height = 16
|
|---|
| 426 | Caption = 'Flags'
|
|---|
| 427 | end
|
|---|
| 428 | object Shape2: TShape
|
|---|
| 429 | Left = 138
|
|---|
| 430 | Top = 16
|
|---|
| 431 | Width = 35
|
|---|
| 432 | Height = 2
|
|---|
| 433 | Brush.Color = clBlack
|
|---|
| 434 | end
|
|---|
| 435 | object Label16: TLabel
|
|---|
| 436 | Left = 7
|
|---|
| 437 | Top = 162
|
|---|
| 438 | Width = 115
|
|---|
| 439 | Height = 16
|
|---|
| 440 | Caption = 'Segment Registers'
|
|---|
| 441 | end
|
|---|
| 442 | object Shape3: TShape
|
|---|
| 443 | Left = 7
|
|---|
| 444 | Top = 178
|
|---|
| 445 | Width = 111
|
|---|
| 446 | Height = 3
|
|---|
| 447 | Brush.Color = clBlack
|
|---|
| 448 | end
|
|---|
| 449 | object dflabel: TLabel
|
|---|
| 450 | Tag = 25
|
|---|
| 451 | Left = 136
|
|---|
| 452 | Top = 104
|
|---|
| 453 | Width = 32
|
|---|
| 454 | Height = 13
|
|---|
| 455 | Caption = 'DF 0'
|
|---|
| 456 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 457 | Font.Color = clWindowText
|
|---|
| 458 | Font.Height = -15
|
|---|
| 459 | Font.Name = 'Courier'
|
|---|
| 460 | Font.Style = []
|
|---|
| 461 | ParentFont = False
|
|---|
| 462 | OnDblClick = EAXLabelDblClick
|
|---|
| 463 | end
|
|---|
| 464 | object sbShowFloats: TSpeedButton
|
|---|
| 465 | Left = 153
|
|---|
| 466 | Top = 159
|
|---|
| 467 | Width = 21
|
|---|
| 468 | Height = 31
|
|---|
| 469 | Hint = 'Floating point registers'
|
|---|
| 470 | Caption = '>'
|
|---|
| 471 | ParentShowHint = False
|
|---|
| 472 | ShowHint = True
|
|---|
| 473 | OnClick = sbShowFloatsClick
|
|---|
| 474 | end
|
|---|
| 475 | end
|
|---|
| 476 | end
|
|---|
| 477 | end
|
|---|
| 478 | object Panel4: TPanel
|
|---|
| 479 | Left = 0
|
|---|
| 480 | Top = 305
|
|---|
| 481 | Width = 695
|
|---|
| 482 | Height = 225
|
|---|
| 483 | Align = alClient
|
|---|
| 484 | BevelOuter = bvNone
|
|---|
| 485 | BorderWidth = 1
|
|---|
| 486 | TabOrder = 1
|
|---|
| 487 | object Splitter3: TSplitter
|
|---|
| 488 | Left = 481
|
|---|
| 489 | Top = 1
|
|---|
| 490 | Height = 223
|
|---|
| 491 | Align = alRight
|
|---|
| 492 | Color = clBtnFace
|
|---|
| 493 | ParentColor = False
|
|---|
| 494 | Visible = False
|
|---|
| 495 | end
|
|---|
| 496 | object Panel3: TPanel
|
|---|
| 497 | Left = 1
|
|---|
| 498 | Top = 1
|
|---|
| 499 | Width = 480
|
|---|
| 500 | Height = 223
|
|---|
| 501 | Align = alClient
|
|---|
| 502 | BevelOuter = bvNone
|
|---|
| 503 | TabOrder = 0
|
|---|
| 504 | object Panel2: TPanel
|
|---|
| 505 | Left = 0
|
|---|
| 506 | Top = 0
|
|---|
| 507 | Width = 463
|
|---|
| 508 | Height = 223
|
|---|
| 509 | Align = alClient
|
|---|
| 510 | BevelOuter = bvNone
|
|---|
| 511 | TabOrder = 0
|
|---|
| 512 | OnMouseDown = Panel2MouseDown
|
|---|
| 513 | OnResize = Panel2Resize
|
|---|
| 514 | object Protectlabel: TLabel
|
|---|
| 515 | Tag = 2
|
|---|
| 516 | Left = 0
|
|---|
| 517 | Top = 0
|
|---|
| 518 | Width = 463
|
|---|
| 519 | Height = 16
|
|---|
| 520 | Align = alTop
|
|---|
| 521 | Caption = 'Protection'
|
|---|
| 522 | end
|
|---|
| 523 | object MBCanvas: TPaintBox
|
|---|
| 524 | Left = 0
|
|---|
| 525 | Top = 16
|
|---|
| 526 | Width = 463
|
|---|
| 527 | Height = 207
|
|---|
| 528 | Align = alClient
|
|---|
| 529 | PopupMenu = memorypopup
|
|---|
| 530 | OnDblClick = MBCanvasDblClick
|
|---|
| 531 | OnMouseDown = MBCanvasMouseDown
|
|---|
| 532 | OnMouseMove = MBCanvasMouseMove
|
|---|
| 533 | OnMouseUp = MBCanvasMouseUp
|
|---|
| 534 | OnPaint = MBCanvasPaint
|
|---|
| 535 | end
|
|---|
| 536 | object HexEdit: TEdit
|
|---|
| 537 | Left = 128
|
|---|
| 538 | Top = 39
|
|---|
| 539 | Width = 22
|
|---|
| 540 | Height = 18
|
|---|
| 541 | BevelOuter = bvNone
|
|---|
| 542 | BorderStyle = bsNone
|
|---|
| 543 | Color = clHighlight
|
|---|
| 544 | Ctl3D = False
|
|---|
| 545 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 546 | Font.Color = clHighlightText
|
|---|
| 547 | Font.Height = -15
|
|---|
| 548 | Font.Name = 'Courier'
|
|---|
| 549 | Font.Style = []
|
|---|
| 550 | MaxLength = 2
|
|---|
| 551 | ParentCtl3D = False
|
|---|
| 552 | ParentFont = False
|
|---|
| 553 | PopupMenu = memorypopup
|
|---|
| 554 | TabOrder = 0
|
|---|
| 555 | Text = 'EE'
|
|---|
| 556 | Visible = False
|
|---|
| 557 | OnDblClick = HexEditDblClick
|
|---|
| 558 | OnExit = HexEditExit
|
|---|
| 559 | OnKeyDown = HexEditKeyDown
|
|---|
| 560 | OnKeyPress = HexEditKeyPress
|
|---|
| 561 | end
|
|---|
| 562 | object TextEdit: TEdit
|
|---|
| 563 | Left = 659
|
|---|
| 564 | Top = 59
|
|---|
| 565 | Width = 13
|
|---|
| 566 | Height = 17
|
|---|
| 567 | BevelOuter = bvNone
|
|---|
| 568 | BorderStyle = bsNone
|
|---|
| 569 | Color = clHighlight
|
|---|
| 570 | Ctl3D = False
|
|---|
| 571 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 572 | Font.Color = clHighlightText
|
|---|
| 573 | Font.Height = -15
|
|---|
| 574 | Font.Name = 'Courier'
|
|---|
| 575 | Font.Style = []
|
|---|
| 576 | MaxLength = 1
|
|---|
| 577 | ParentCtl3D = False
|
|---|
| 578 | ParentFont = False
|
|---|
| 579 | PopupMenu = memorypopup
|
|---|
| 580 | TabOrder = 1
|
|---|
| 581 | Text = 'E'
|
|---|
| 582 | Visible = False
|
|---|
| 583 | OnExit = TextEditExit
|
|---|
| 584 | OnKeyDown = TextEditKeyDown
|
|---|
| 585 | OnKeyPress = TextEditKeyPress
|
|---|
| 586 | end
|
|---|
| 587 | end
|
|---|
| 588 | object ScrollBar2: TScrollBar
|
|---|
| 589 | Left = 463
|
|---|
| 590 | Top = 0
|
|---|
| 591 | Width = 17
|
|---|
| 592 | Height = 223
|
|---|
| 593 | Align = alRight
|
|---|
| 594 | Kind = sbVertical
|
|---|
| 595 | Max = 101
|
|---|
| 596 | PageSize = 2
|
|---|
| 597 | Position = 50
|
|---|
| 598 | TabOrder = 1
|
|---|
| 599 | OnScroll = ScrollBar2Scroll
|
|---|
| 600 | end
|
|---|
| 601 | end
|
|---|
| 602 | object pnlStacktrace: TPanel
|
|---|
| 603 | Left = 484
|
|---|
| 604 | Top = 1
|
|---|
| 605 | Width = 210
|
|---|
| 606 | Height = 223
|
|---|
| 607 | Align = alRight
|
|---|
| 608 | BevelInner = bvLowered
|
|---|
| 609 | PopupMenu = pmStacktrace
|
|---|
| 610 | TabOrder = 1
|
|---|
| 611 | Visible = False
|
|---|
| 612 | object lvStacktraceData: TListView
|
|---|
| 613 | Left = 2
|
|---|
| 614 | Top = 2
|
|---|
| 615 | Width = 206
|
|---|
| 616 | Height = 219
|
|---|
| 617 | Align = alClient
|
|---|
| 618 | Columns = <
|
|---|
| 619 | item
|
|---|
| 620 | Caption = 'Address'
|
|---|
| 621 | Width = 80
|
|---|
| 622 | end
|
|---|
| 623 | item
|
|---|
| 624 | Caption = 'DWORD'
|
|---|
| 625 | Width = 80
|
|---|
| 626 | end
|
|---|
| 627 | item
|
|---|
| 628 | AutoSize = True
|
|---|
| 629 | Caption = 'Value'
|
|---|
| 630 | end>
|
|---|
| 631 | OwnerData = True
|
|---|
| 632 | ReadOnly = True
|
|---|
| 633 | RowSelect = True
|
|---|
| 634 | TabOrder = 0
|
|---|
| 635 | ViewStyle = vsReport
|
|---|
| 636 | OnData = lvStacktraceDataData
|
|---|
| 637 | OnDblClick = lvStacktraceDataDblClick
|
|---|
| 638 | end
|
|---|
| 639 | end
|
|---|
| 640 | end
|
|---|
| 641 | object memorypopup: TPopupMenu
|
|---|
| 642 | OnPopup = memorypopupPopup
|
|---|
| 643 | Left = 8
|
|---|
| 644 | Top = 480
|
|---|
| 645 | object Change1: TMenuItem
|
|---|
| 646 | Caption = 'Edit'
|
|---|
| 647 | OnClick = Change1Click
|
|---|
| 648 | end
|
|---|
| 649 | object Goto1: TMenuItem
|
|---|
| 650 | Caption = 'Goto address'
|
|---|
| 651 | OnClick = Goto1Click
|
|---|
| 652 | end
|
|---|
| 653 | object Search1: TMenuItem
|
|---|
| 654 | Caption = 'Search memory...'
|
|---|
| 655 | ShortCut = 16454
|
|---|
| 656 | OnClick = Search1Click
|
|---|
| 657 | end
|
|---|
| 658 | object N13: TMenuItem
|
|---|
| 659 | Caption = '-'
|
|---|
| 660 | end
|
|---|
| 661 | object Cut1: TMenuItem
|
|---|
| 662 | Caption = 'Copy to clipboard'
|
|---|
| 663 | ShortCut = 16451
|
|---|
| 664 | OnClick = Cut1Click
|
|---|
| 665 | end
|
|---|
| 666 | object Pastefromclipboard1: TMenuItem
|
|---|
| 667 | Caption = 'Paste from clipboard'
|
|---|
| 668 | ShortCut = 16464
|
|---|
| 669 | OnClick = Pastefromclipboard1Click
|
|---|
| 670 | end
|
|---|
| 671 | object N15: TMenuItem
|
|---|
| 672 | Caption = '-'
|
|---|
| 673 | end
|
|---|
| 674 | object DisplayType1: TMenuItem
|
|---|
| 675 | Caption = 'Display Type'
|
|---|
| 676 | object dispBytes: TMenuItem
|
|---|
| 677 | Caption = 'Byte hex'
|
|---|
| 678 | ShortCut = 16433
|
|---|
| 679 | OnClick = DisplayTypeClick
|
|---|
| 680 | end
|
|---|
| 681 | object dispWords: TMenuItem
|
|---|
| 682 | Tag = 1
|
|---|
| 683 | Caption = '2 Byte hex'
|
|---|
| 684 | ShortCut = 16434
|
|---|
| 685 | OnClick = DisplayTypeClick
|
|---|
| 686 | end
|
|---|
| 687 | object dispDwords: TMenuItem
|
|---|
| 688 | Tag = 2
|
|---|
| 689 | Caption = '4 Byte hex'
|
|---|
| 690 | ShortCut = 16435
|
|---|
| 691 | OnClick = DisplayTypeClick
|
|---|
| 692 | end
|
|---|
| 693 | object dispInts: TMenuItem
|
|---|
| 694 | Tag = 3
|
|---|
| 695 | Caption = '4 Byte decimal'
|
|---|
| 696 | ShortCut = 16436
|
|---|
| 697 | OnClick = DisplayTypeClick
|
|---|
| 698 | end
|
|---|
| 699 | object dispFloat: TMenuItem
|
|---|
| 700 | Tag = 4
|
|---|
| 701 | Caption = 'Float'
|
|---|
| 702 | ShortCut = 16437
|
|---|
| 703 | OnClick = DisplayTypeClick
|
|---|
| 704 | end
|
|---|
| 705 | object dispDouble: TMenuItem
|
|---|
| 706 | Tag = 5
|
|---|
| 707 | Caption = 'Double'
|
|---|
| 708 | ShortCut = 16438
|
|---|
| 709 | OnClick = DisplayTypeClick
|
|---|
| 710 | end
|
|---|
| 711 | end
|
|---|
| 712 | object N1: TMenuItem
|
|---|
| 713 | Caption = '-'
|
|---|
| 714 | end
|
|---|
| 715 | object Addthisaddresstothelist1: TMenuItem
|
|---|
| 716 | Caption = 'Add this address to the list'
|
|---|
| 717 | OnClick = Addthisaddresstothelist1Click
|
|---|
| 718 | end
|
|---|
| 719 | object Makepagewritable1: TMenuItem
|
|---|
| 720 | Caption = 'Make page writable'
|
|---|
| 721 | OnClick = Makepagewritable1Click
|
|---|
| 722 | end
|
|---|
| 723 | end
|
|---|
| 724 | object debuggerpopup: TPopupMenu
|
|---|
| 725 | OnPopup = debuggerpopupPopup
|
|---|
| 726 | Top = 240
|
|---|
| 727 | object Gotoaddress1: TMenuItem
|
|---|
| 728 | Caption = 'Go to address'
|
|---|
| 729 | OnClick = Gotoaddress1Click
|
|---|
| 730 | end
|
|---|
| 731 | object Back1: TMenuItem
|
|---|
| 732 | Caption = 'Back'
|
|---|
| 733 | OnClick = Back1Click
|
|---|
| 734 | end
|
|---|
| 735 | object Follow1: TMenuItem
|
|---|
| 736 | Caption = 'Follow'
|
|---|
| 737 | Visible = False
|
|---|
| 738 | OnClick = Follow1Click
|
|---|
| 739 | end
|
|---|
| 740 | object N2: TMenuItem
|
|---|
| 741 | Caption = '-'
|
|---|
| 742 | end
|
|---|
| 743 | object Replacewithnops1: TMenuItem
|
|---|
| 744 | Caption = 'Replace with code that does nothing'
|
|---|
| 745 | OnClick = Replacewithnops1Click
|
|---|
| 746 | end
|
|---|
| 747 | object Addthisopcodetothecodelist1: TMenuItem
|
|---|
| 748 | Caption = 'Add to the code list'
|
|---|
| 749 | OnClick = Addthisopcodetothecodelist1Click
|
|---|
| 750 | end
|
|---|
| 751 | object Assemble1: TMenuItem
|
|---|
| 752 | Caption = 'Assemble'
|
|---|
| 753 | OnClick = Assemble1Click
|
|---|
| 754 | end
|
|---|
| 755 | object Copytoclipboard1: TMenuItem
|
|---|
| 756 | Caption = 'Copy to clipboard'
|
|---|
| 757 | object CopyBytesAndOpcodes: TMenuItem
|
|---|
| 758 | Caption = 'Bytes+Opcodes'
|
|---|
| 759 | Default = True
|
|---|
| 760 | OnClick = CopyBytesAndOpcodesClick
|
|---|
| 761 | end
|
|---|
| 762 | object copyBytes: TMenuItem
|
|---|
| 763 | Tag = 1
|
|---|
| 764 | Caption = 'Bytes'
|
|---|
| 765 | OnClick = CopyBytesAndOpcodesClick
|
|---|
| 766 | end
|
|---|
| 767 | object copyOpcodes: TMenuItem
|
|---|
| 768 | Tag = 2
|
|---|
| 769 | Caption = 'Opcodes'
|
|---|
| 770 | OnClick = CopyBytesAndOpcodesClick
|
|---|
| 771 | end
|
|---|
| 772 | end
|
|---|
| 773 | object N7: TMenuItem
|
|---|
| 774 | Caption = '-'
|
|---|
| 775 | end
|
|---|
| 776 | object Changestateofregisteratthislocation1: TMenuItem
|
|---|
| 777 | Caption = 'Change register at this location'
|
|---|
| 778 | OnClick = Changestateofregisteratthislocation1Click
|
|---|
| 779 | end
|
|---|
| 780 | object ogglebreakpoint1: TMenuItem
|
|---|
| 781 | Caption = 'Toggle breakpoint'
|
|---|
| 782 | OnClick = ogglebreakpoint1Click
|
|---|
| 783 | end
|
|---|
| 784 | object Breakandtraceinstructions1: TMenuItem
|
|---|
| 785 | Caption = 'Break and trace instructions'
|
|---|
| 786 | OnClick = Breakandtraceinstructions1Click
|
|---|
| 787 | end
|
|---|
| 788 | object Findoutwhataddressesthisinstructionaccesses1: TMenuItem
|
|---|
| 789 | Caption = 'Find out what addresses this instruction accesses'
|
|---|
| 790 | OnClick = Findoutwhataddressesthisinstructionaccesses1Click
|
|---|
| 791 | end
|
|---|
| 792 | object N9: TMenuItem
|
|---|
| 793 | Caption = '-'
|
|---|
| 794 | end
|
|---|
| 795 | object Createjumptocodecave1: TMenuItem
|
|---|
| 796 | Caption = 'Create jump and initialize Code-Cave'
|
|---|
| 797 | OnClick = Createjumptocodecave1Click
|
|---|
| 798 | end
|
|---|
| 799 | end
|
|---|
| 800 | object Timer2: TTimer
|
|---|
| 801 | Interval = 500
|
|---|
| 802 | OnTimer = Timer2Timer
|
|---|
| 803 | Left = 928
|
|---|
| 804 | Top = 352
|
|---|
| 805 | end
|
|---|
| 806 | object MainMenu1: TMainMenu
|
|---|
| 807 | object File1: TMenuItem
|
|---|
| 808 | Caption = 'File'
|
|---|
| 809 | object Newwindow1: TMenuItem
|
|---|
| 810 | Caption = 'New window'
|
|---|
| 811 | OnClick = Newwindow1Click
|
|---|
| 812 | end
|
|---|
| 813 | object Loadsymbolfile1: TMenuItem
|
|---|
| 814 | Caption = 'Load symbol file'
|
|---|
| 815 | Visible = False
|
|---|
| 816 | end
|
|---|
| 817 | object Savedisassemledoutput1: TMenuItem
|
|---|
| 818 | Caption = 'Save disassembled output'
|
|---|
| 819 | OnClick = Savedisassemledoutput1Click
|
|---|
| 820 | end
|
|---|
| 821 | object N14: TMenuItem
|
|---|
| 822 | Caption = '-'
|
|---|
| 823 | end
|
|---|
| 824 | object Setsymbolsearchpath1: TMenuItem
|
|---|
| 825 | Caption = 'Set symbol searchpath'
|
|---|
| 826 | OnClick = Setsymbolsearchpath1Click
|
|---|
| 827 | end
|
|---|
| 828 | object N4: TMenuItem
|
|---|
| 829 | Caption = '-'
|
|---|
| 830 | end
|
|---|
| 831 | object Savememoryregion1: TMenuItem
|
|---|
| 832 | Caption = 'Save memory region'
|
|---|
| 833 | ShortCut = 16467
|
|---|
| 834 | OnClick = Savememoryregion1Click
|
|---|
| 835 | end
|
|---|
| 836 | object Loadmemolryregion1: TMenuItem
|
|---|
| 837 | Caption = 'Load memory region'
|
|---|
| 838 | ShortCut = 16463
|
|---|
| 839 | OnClick = Loadmemolryregion1Click
|
|---|
| 840 | end
|
|---|
| 841 | end
|
|---|
| 842 | object Search2: TMenuItem
|
|---|
| 843 | Caption = 'Search'
|
|---|
| 844 | object Findmemory1: TMenuItem
|
|---|
| 845 | Caption = 'Find memory'
|
|---|
| 846 | OnClick = Findmemory1Click
|
|---|
| 847 | end
|
|---|
| 848 | object Assemblycode1: TMenuItem
|
|---|
| 849 | Caption = 'Find assembly code'
|
|---|
| 850 | OnClick = Assemblycode1Click
|
|---|
| 851 | end
|
|---|
| 852 | end
|
|---|
| 853 | object View1: TMenuItem
|
|---|
| 854 | Caption = 'View'
|
|---|
| 855 | object Stacktrace1: TMenuItem
|
|---|
| 856 | Caption = 'Stacktrace'
|
|---|
| 857 | Enabled = False
|
|---|
| 858 | OnClick = Stacktrace1Click
|
|---|
| 859 | end
|
|---|
| 860 | object Breakpointlist1: TMenuItem
|
|---|
| 861 | Caption = 'Breakpointlist'
|
|---|
| 862 | ShortCut = 16450
|
|---|
| 863 | OnClick = Breakpointlist1Click
|
|---|
| 864 | end
|
|---|
| 865 | object Threadlist1: TMenuItem
|
|---|
| 866 | Caption = 'Threadlist'
|
|---|
| 867 | OnClick = Threadlist1Click
|
|---|
| 868 | end
|
|---|
| 869 | object Debugstrings1: TMenuItem
|
|---|
| 870 | Caption = 'Debug strings'
|
|---|
| 871 | ShortCut = 49220
|
|---|
| 872 | OnClick = Debugstrings1Click
|
|---|
| 873 | end
|
|---|
| 874 | object N5: TMenuItem
|
|---|
| 875 | Caption = '-'
|
|---|
| 876 | end
|
|---|
| 877 | object Referencedstrings1: TMenuItem
|
|---|
| 878 | Caption = 'Referenced strings'
|
|---|
| 879 | ShortCut = 49234
|
|---|
| 880 | OnClick = Referencedstrings1Click
|
|---|
| 881 | end
|
|---|
| 882 | object MemoryRegions1: TMenuItem
|
|---|
| 883 | Caption = 'Memory Regions'
|
|---|
| 884 | ShortCut = 16466
|
|---|
| 885 | OnClick = MemoryRegions1Click
|
|---|
| 886 | end
|
|---|
| 887 | object Heaps1: TMenuItem
|
|---|
| 888 | Caption = 'Heaplist'
|
|---|
| 889 | ShortCut = 16456
|
|---|
| 890 | OnClick = Heaps1Click
|
|---|
| 891 | end
|
|---|
| 892 | object N6: TMenuItem
|
|---|
| 893 | Caption = '-'
|
|---|
| 894 | end
|
|---|
| 895 | object EnumeratedllsandSymbols1: TMenuItem
|
|---|
| 896 | Caption = 'Enumerate DLL'#39's and Symbols'
|
|---|
| 897 | ShortCut = 49235
|
|---|
| 898 | OnClick = EnumeratedllsandSymbols1Click
|
|---|
| 899 | end
|
|---|
| 900 | object N10: TMenuItem
|
|---|
| 901 | Caption = '-'
|
|---|
| 902 | end
|
|---|
| 903 | object Showsymbols1: TMenuItem
|
|---|
| 904 | Caption = 'Show symbols'
|
|---|
| 905 | Checked = True
|
|---|
| 906 | OnClick = Showsymbols1Click
|
|---|
| 907 | end
|
|---|
| 908 | object Kernelmodesymbols1: TMenuItem
|
|---|
| 909 | Caption = 'Kernelmode symbols'
|
|---|
| 910 | OnClick = Kernelmodesymbols1Click
|
|---|
| 911 | end
|
|---|
| 912 | object Showmoduleaddresses1: TMenuItem
|
|---|
| 913 | Caption = 'Show module addresses'
|
|---|
| 914 | ShortCut = 16461
|
|---|
| 915 | OnClick = Showmoduleaddresses1Click
|
|---|
| 916 | end
|
|---|
| 917 | object Symbolhandler1: TMenuItem
|
|---|
| 918 | Caption = 'Userdefined symbols'
|
|---|
| 919 | ShortCut = 16469
|
|---|
| 920 | OnClick = Symbolhandler1Click
|
|---|
| 921 | end
|
|---|
| 922 | object Showvaluesofstaticaddresses1: TMenuItem
|
|---|
| 923 | Caption = 'Show '#39'Comment'#39' row'
|
|---|
| 924 | ShortCut = 16470
|
|---|
| 925 | OnClick = Showvaluesofstaticaddresses1Click
|
|---|
| 926 | end
|
|---|
| 927 | object Jumplines1: TMenuItem
|
|---|
| 928 | Caption = 'Jumplines'
|
|---|
| 929 | object Showjumplines1: TMenuItem
|
|---|
| 930 | Caption = 'Show jumplines'
|
|---|
| 931 | Checked = True
|
|---|
| 932 | Default = True
|
|---|
| 933 | ShortCut = 49228
|
|---|
| 934 | OnClick = Showjumplines1Click
|
|---|
| 935 | end
|
|---|
| 936 | object Onlyshowjumplineswithinrange1: TMenuItem
|
|---|
| 937 | Caption = 'Only show jumplines within range'
|
|---|
| 938 | Checked = True
|
|---|
| 939 | OnClick = Onlyshowjumplineswithinrange1Click
|
|---|
| 940 | end
|
|---|
| 941 | end
|
|---|
| 942 | end
|
|---|
| 943 | object Debug1: TMenuItem
|
|---|
| 944 | Caption = 'Debug'
|
|---|
| 945 | object Run1: TMenuItem
|
|---|
| 946 | Caption = 'Run'
|
|---|
| 947 | Enabled = False
|
|---|
| 948 | ShortCut = 120
|
|---|
| 949 | OnClick = Run1Click
|
|---|
| 950 | end
|
|---|
| 951 | object Step1: TMenuItem
|
|---|
| 952 | Caption = 'Step'
|
|---|
| 953 | Enabled = False
|
|---|
| 954 | ShortCut = 118
|
|---|
| 955 | OnClick = Step1Click
|
|---|
| 956 | end
|
|---|
| 957 | object StepOver1: TMenuItem
|
|---|
| 958 | Caption = 'Step Over'
|
|---|
| 959 | Enabled = False
|
|---|
| 960 | ShortCut = 119
|
|---|
| 961 | OnClick = StepOver1Click
|
|---|
| 962 | end
|
|---|
| 963 | object Executetillreturn1: TMenuItem
|
|---|
| 964 | Caption = 'Execute till return'
|
|---|
| 965 | Enabled = False
|
|---|
| 966 | ShortCut = 8311
|
|---|
| 967 | OnClick = Executetillreturn1Click
|
|---|
| 968 | end
|
|---|
| 969 | object Runtill1: TMenuItem
|
|---|
| 970 | Caption = 'Run till...'
|
|---|
| 971 | Enabled = False
|
|---|
| 972 | ShortCut = 115
|
|---|
| 973 | OnClick = Runtill1Click
|
|---|
| 974 | end
|
|---|
| 975 | object Setbreakpoint1: TMenuItem
|
|---|
| 976 | Caption = 'Toggle breakpoint'
|
|---|
| 977 | ShortCut = 116
|
|---|
| 978 | OnClick = ogglebreakpoint1Click
|
|---|
| 979 | end
|
|---|
| 980 | object N3: TMenuItem
|
|---|
| 981 | Caption = '-'
|
|---|
| 982 | Visible = False
|
|---|
| 983 | end
|
|---|
| 984 | object Continueanddetachdebugger1: TMenuItem
|
|---|
| 985 | Caption = 'Continue and detach debugger'
|
|---|
| 986 | Visible = False
|
|---|
| 987 | OnClick = Continueanddetachdebugger1Click
|
|---|
| 988 | end
|
|---|
| 989 | object N16: TMenuItem
|
|---|
| 990 | Caption = '-'
|
|---|
| 991 | end
|
|---|
| 992 | object Break1: TMenuItem
|
|---|
| 993 | Caption = 'Break'
|
|---|
| 994 | OnClick = Break1Click
|
|---|
| 995 | end
|
|---|
| 996 | end
|
|---|
| 997 | object Extra1: TMenuItem
|
|---|
| 998 | Caption = 'Tools'
|
|---|
| 999 | object Reservememory1: TMenuItem
|
|---|
| 1000 | Caption = 'Allocate Memory'
|
|---|
| 1001 | ShortCut = 49229
|
|---|
| 1002 | OnClick = Reservememory1Click
|
|---|
| 1003 | end
|
|---|
| 1004 | object Scanforcodecaves1: TMenuItem
|
|---|
| 1005 | Caption = 'Scan for code caves'
|
|---|
| 1006 | ShortCut = 49219
|
|---|
| 1007 | OnClick = Scanforcodecaves1Click
|
|---|
| 1008 | end
|
|---|
| 1009 | object FillMemory1: TMenuItem
|
|---|
| 1010 | Caption = 'Fill Memory'
|
|---|
| 1011 | ShortCut = 49222
|
|---|
| 1012 | OnClick = FillMemory1Click
|
|---|
| 1013 | end
|
|---|
| 1014 | object CreateThread1: TMenuItem
|
|---|
| 1015 | Caption = 'Create Thread'
|
|---|
| 1016 | ShortCut = 49236
|
|---|
| 1017 | OnClick = CreateThread1Click
|
|---|
| 1018 | end
|
|---|
| 1019 | object N8: TMenuItem
|
|---|
| 1020 | Caption = '-'
|
|---|
| 1021 | end
|
|---|
| 1022 | object Dissectcode1: TMenuItem
|
|---|
| 1023 | Caption = 'Dissect code'
|
|---|
| 1024 | ShortCut = 16458
|
|---|
| 1025 | OnClick = Dissectcode1Click
|
|---|
| 1026 | end
|
|---|
| 1027 | object Dissectdata2: TMenuItem
|
|---|
| 1028 | Caption = 'Dissect data/structures'
|
|---|
| 1029 | ShortCut = 16452
|
|---|
| 1030 | OnClick = Dissectdata2Click
|
|---|
| 1031 | end
|
|---|
| 1032 | object Disectwindow1: TMenuItem
|
|---|
| 1033 | Caption = 'Dissect window(s)'
|
|---|
| 1034 | ShortCut = 16471
|
|---|
| 1035 | OnClick = Disectwindow1Click
|
|---|
| 1036 | end
|
|---|
| 1037 | object DissectPEheaders1: TMenuItem
|
|---|
| 1038 | Caption = 'Dissect PE headers'
|
|---|
| 1039 | ShortCut = 49232
|
|---|
| 1040 | OnClick = DissectPEheaders1Click
|
|---|
| 1041 | end
|
|---|
| 1042 | object N12: TMenuItem
|
|---|
| 1043 | Caption = '-'
|
|---|
| 1044 | end
|
|---|
| 1045 | object Dissectdata1: TMenuItem
|
|---|
| 1046 | Caption = 'Pointer scan'
|
|---|
| 1047 | ShortCut = 16464
|
|---|
| 1048 | OnClick = Dissectdata1Click
|
|---|
| 1049 | end
|
|---|
| 1050 | object Watchmemoryallocations1: TMenuItem
|
|---|
| 1051 | Caption = 'Watch memory allocations'
|
|---|
| 1052 | ShortCut = 24653
|
|---|
| 1053 | OnClick = Watchmemoryallocations1Click
|
|---|
| 1054 | end
|
|---|
| 1055 | object Findstaticpointers1: TMenuItem
|
|---|
| 1056 | Caption = 'Find static addresses'
|
|---|
| 1057 | ShortCut = 49235
|
|---|
| 1058 | OnClick = Findstaticpointers1Click
|
|---|
| 1059 | end
|
|---|
| 1060 | object N11: TMenuItem
|
|---|
| 1061 | Caption = '-'
|
|---|
| 1062 | end
|
|---|
| 1063 | object InjectDLL1: TMenuItem
|
|---|
| 1064 | Caption = 'Inject DLL'
|
|---|
| 1065 | ShortCut = 16457
|
|---|
| 1066 | OnClick = InjectDLL1Click
|
|---|
| 1067 | end
|
|---|
| 1068 | object AutoInject1: TMenuItem
|
|---|
| 1069 | Caption = 'Auto Assemble'
|
|---|
| 1070 | ShortCut = 16449
|
|---|
| 1071 | OnClick = AutoInject1Click
|
|---|
| 1072 | end
|
|---|
| 1073 | object ScriptEngine1: TMenuItem
|
|---|
| 1074 | Caption = 'Script Engine'
|
|---|
| 1075 | ShortCut = 49217
|
|---|
| 1076 | OnClick = ScriptEngine1Click
|
|---|
| 1077 | end
|
|---|
| 1078 | object ScriptConsole1: TMenuItem
|
|---|
| 1079 | Caption = 'Script Console'
|
|---|
| 1080 | OnClick = ScriptConsole1Click
|
|---|
| 1081 | end
|
|---|
| 1082 | end
|
|---|
| 1083 | object Kerneltools1: TMenuItem
|
|---|
| 1084 | Caption = 'Kernel tools'
|
|---|
| 1085 | object Allocatenonpagedmemory1: TMenuItem
|
|---|
| 1086 | Caption = 'Allocate nonpaged memory'
|
|---|
| 1087 | OnClick = Allocatenonpagedmemory1Click
|
|---|
| 1088 | end
|
|---|
| 1089 | object Getaddress1: TMenuItem
|
|---|
| 1090 | Caption = 'Get address'
|
|---|
| 1091 | OnClick = Getaddress1Click
|
|---|
| 1092 | end
|
|---|
| 1093 | object Driverlist1: TMenuItem
|
|---|
| 1094 | Caption = 'Driver list'
|
|---|
| 1095 | OnClick = Driverlist1Click
|
|---|
| 1096 | end
|
|---|
| 1097 | object Sericedescriptortable1: TMenuItem
|
|---|
| 1098 | Caption = 'Service Descriptor Table'
|
|---|
| 1099 | OnClick = Sericedescriptortable1Click
|
|---|
| 1100 | end
|
|---|
| 1101 | object GDTlist1: TMenuItem
|
|---|
| 1102 | Caption = 'GDT list'
|
|---|
| 1103 | OnClick = GDTlist1Click
|
|---|
| 1104 | end
|
|---|
| 1105 | object IDTlist1: TMenuItem
|
|---|
| 1106 | Caption = 'IDT list'
|
|---|
| 1107 | OnClick = IDTlist1Click
|
|---|
| 1108 | end
|
|---|
| 1109 | end
|
|---|
| 1110 | object Plugins1: TMenuItem
|
|---|
| 1111 | Caption = 'Plugins'
|
|---|
| 1112 | Visible = False
|
|---|
| 1113 | end
|
|---|
| 1114 | end
|
|---|
| 1115 | object OpenMemory: TOpenDialog
|
|---|
| 1116 | DefaultExt = 'CEM'
|
|---|
| 1117 | Filter = 'Cheat Engine Memory file|*.CEM|All Files (*.*)|*.*'
|
|---|
| 1118 | FilterIndex = 0
|
|---|
| 1119 | Top = 40
|
|---|
| 1120 | end
|
|---|
| 1121 | object SaveDialog1: TSaveDialog
|
|---|
| 1122 | DefaultExt = 'txt'
|
|---|
| 1123 | Filter = 'textfiles (*.txt)|*.txt'
|
|---|
| 1124 | Left = 32
|
|---|
| 1125 | Top = 40
|
|---|
| 1126 | end
|
|---|
| 1127 | object OpenDllDialog: TOpenDialog
|
|---|
| 1128 | DefaultExt = 'dll'
|
|---|
| 1129 | Filter = 'Dll-file (*.dll)|*.dll|All files (*.*)|*.*'
|
|---|
| 1130 | Title = 'Select the module you want to inject'
|
|---|
| 1131 | Top = 64
|
|---|
| 1132 | end
|
|---|
| 1133 | object pmStacktrace: TPopupMenu
|
|---|
| 1134 | Left = 498
|
|---|
| 1135 | Top = 324
|
|---|
| 1136 | object All1: TMenuItem
|
|---|
| 1137 | Caption = 'Full stack'
|
|---|
| 1138 | GroupIndex = 1
|
|---|
| 1139 | OnClick = All1Click
|
|---|
| 1140 | end
|
|---|
| 1141 | object Modulesonly1: TMenuItem
|
|---|
| 1142 | Caption = 'Modules only'
|
|---|
| 1143 | GroupIndex = 1
|
|---|
| 1144 | OnClick = Modulesonly1Click
|
|---|
| 1145 | end
|
|---|
| 1146 | object Nonsystemmodulesonly1: TMenuItem
|
|---|
| 1147 | Caption = 'Non system modules only'
|
|---|
| 1148 | GroupIndex = 1
|
|---|
| 1149 | OnClick = Nonsystemmodulesonly1Click
|
|---|
| 1150 | end
|
|---|
| 1151 | object N17: TMenuItem
|
|---|
| 1152 | Caption = '-'
|
|---|
| 1153 | GroupIndex = 1
|
|---|
| 1154 | end
|
|---|
| 1155 | object stacktrace2: TMenuItem
|
|---|
| 1156 | Caption = 'Stacktrace'
|
|---|
| 1157 | Checked = True
|
|---|
| 1158 | GroupIndex = 1
|
|---|
| 1159 | OnClick = stacktrace2Click
|
|---|
| 1160 | end
|
|---|
| 1161 | object N18: TMenuItem
|
|---|
| 1162 | Caption = '-'
|
|---|
| 1163 | GroupIndex = 1
|
|---|
| 1164 | end
|
|---|
| 1165 | object Maxstacktracesize1: TMenuItem
|
|---|
| 1166 | Caption = 'Max stack: 4096'
|
|---|
| 1167 | GroupIndex = 1
|
|---|
| 1168 | OnClick = Maxstacktracesize1Click
|
|---|
| 1169 | end
|
|---|
| 1170 | end
|
|---|
| 1171 | end
|
|---|