-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMain.dfm
More file actions
351 lines (351 loc) · 7.91 KB
/
Main.dfm
File metadata and controls
351 lines (351 loc) · 7.91 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
object frmMain: TfrmMain
Left = 0
Top = 0
Caption = 'Nasm'
ClientHeight = 632
ClientWidth = 1005
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lblNumLinee: TLabel
Left = 516
Top = 35
Width = 44
Height = 14
Caption = 'Linee : '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object lblNumByte: TLabel
Left = 684
Top = 35
Width = 42
Height = 14
Caption = 'Bytes :'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object lblTempo: TLabel
Left = 824
Top = 35
Width = 37
Height = 14
Caption = 'Elab. :'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 24
Width = 481
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'Decompilazione di verifica:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 516
Top = 540
Width = 108
Height = 13
Caption = 'Addr Start(VA in Hex):'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 8
Top = 505
Width = 481
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Log:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object btnAsm: TButton
Left = 963
Top = 8
Width = 34
Height = 21
Caption = '...'
TabOrder = 0
OnClick = btnAsmClick
end
object edtAsmFile: TEdit
Left = 516
Top = 8
Width = 441
Height = 21
TabOrder = 1
end
object btnSaveAsm: TBitBtn
Left = 888
Top = 495
Width = 109
Height = 25
Caption = 'Salva Codice'
TabOrder = 2
OnClick = btnSaveAsmClick
end
object btnDumpBIn: TBitBtn
Left = 516
Top = 495
Width = 109
Height = 25
Caption = 'Code To Bin'
TabOrder = 3
OnClick = btnDumpBInClick
end
object btnBinToASm: TBitBtn
Left = 631
Top = 495
Width = 109
Height = 25
Caption = 'Bin To Asm(NASM)'
TabOrder = 4
OnClick = btnBinToASmClick
end
object Memo1: TMemo
Left = 8
Top = 521
Width = 481
Height = 103
ScrollBars = ssVertical
TabOrder = 5
end
object chkBin: TCheckBox
Left = 798
Top = 562
Width = 75
Height = 17
Caption = 'Cre Bin File'
TabOrder = 6
end
object chkVisCode: TCheckBox
Left = 663
Top = 562
Width = 97
Height = 17
Caption = 'Visualizza codice'
Checked = True
State = cbChecked
TabOrder = 7
end
object rgTipoSintax: TRadioGroup
Left = 888
Top = 539
Width = 109
Height = 40
Caption = 'Tipo Sintassi:'
Columns = 2
ItemIndex = 1
Items.Strings = (
'NASM'
'MASM')
TabOrder = 8
end
object edtAddr: TEdit
Left = 516
Top = 560
Width = 141
Height = 21
Alignment = taCenter
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 9
Text = '000000013FD0DD88'
end
object lvAsm: TAdvListView
Left = 516
Top = 68
Width = 481
Height = 421
Color = clCream
Columns = <
item
Caption = 'Addr'
Width = 100
end
item
Caption = 'Bytes'
Width = 200
end
item
Caption = 'Cmd'
Width = 300
end>
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
RowSelect = True
ParentFont = False
TabOrder = 10
ViewStyle = vsReport
FilterTimeOut = 0
PrintSettings.DateFormat = 'dd/mm/yyyy'
PrintSettings.Font.Charset = DEFAULT_CHARSET
PrintSettings.Font.Color = clWindowText
PrintSettings.Font.Height = -11
PrintSettings.Font.Name = 'Tahoma'
PrintSettings.Font.Style = []
PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
PrintSettings.HeaderFont.Color = clWindowText
PrintSettings.HeaderFont.Height = -11
PrintSettings.HeaderFont.Name = 'Tahoma'
PrintSettings.HeaderFont.Style = []
PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
PrintSettings.FooterFont.Color = clWindowText
PrintSettings.FooterFont.Height = -11
PrintSettings.FooterFont.Name = 'Tahoma'
PrintSettings.FooterFont.Style = []
PrintSettings.PageNumSep = '/'
HeaderFont.Charset = DEFAULT_CHARSET
HeaderFont.Color = clWindowText
HeaderFont.Height = -12
HeaderFont.Name = 'Tahoma'
HeaderFont.Style = [fsBold]
ProgressSettings.ValueFormat = '%d%%'
DetailView.Font.Charset = DEFAULT_CHARSET
DetailView.Font.Color = clBlue
DetailView.Font.Height = -11
DetailView.Font.Name = 'Tahoma'
DetailView.Font.Style = []
Version = '1.6.10.4'
end
object BitBtn1: TBitBtn
Left = 773
Top = 495
Width = 109
Height = 25
Caption = 'Carica Codice'
TabOrder = 11
OnClick = BitBtn1Click
end
object cbDecAut: TCheckBox
Left = 663
Top = 539
Width = 162
Height = 17
Caption = 'Decompila Automaticamente'
Checked = True
State = cbChecked
TabOrder = 12
end
object rgCPU: TRadioGroup
Left = 888
Top = 585
Width = 109
Height = 39
Caption = 'x86/x64'
Columns = 2
ItemIndex = 0
Items.Strings = (
'x32'
'x64')
TabOrder = 13
end
object lstDecFile: TAdvListView
Left = 8
Top = 52
Width = 481
Height = 437
Color = clCream
Columns = <
item
Caption = 'Addr'
Width = 100
end
item
Caption = 'Bytes'
Width = 200
end
item
Caption = 'Cmd'
Width = 300
end>
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
RowSelect = True
ParentFont = False
TabOrder = 14
ViewStyle = vsReport
FilterTimeOut = 0
PrintSettings.DateFormat = 'dd/mm/yyyy'
PrintSettings.Font.Charset = DEFAULT_CHARSET
PrintSettings.Font.Color = clWindowText
PrintSettings.Font.Height = -11
PrintSettings.Font.Name = 'Tahoma'
PrintSettings.Font.Style = []
PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
PrintSettings.HeaderFont.Color = clWindowText
PrintSettings.HeaderFont.Height = -11
PrintSettings.HeaderFont.Name = 'Tahoma'
PrintSettings.HeaderFont.Style = []
PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
PrintSettings.FooterFont.Color = clWindowText
PrintSettings.FooterFont.Height = -11
PrintSettings.FooterFont.Name = 'Tahoma'
PrintSettings.FooterFont.Style = []
PrintSettings.PageNumSep = '/'
HeaderFont.Charset = DEFAULT_CHARSET
HeaderFont.Color = clWindowText
HeaderFont.Height = -12
HeaderFont.Name = 'Tahoma'
HeaderFont.Style = [fsBold]
ProgressSettings.ValueFormat = '%d%%'
DetailView.Font.Charset = DEFAULT_CHARSET
DetailView.Font.Color = clBlue
DetailView.Font.Height = -11
DetailView.Font.Name = 'Tahoma'
DetailView.Font.Style = []
Version = '1.6.10.4'
end
object OpenDialog1: TOpenDialog
InitialDir = 'D:\Applicazioni\CodeBlocks\test_pro\Nasm_Test\bin\debug'
Left = 488
Top = 16
end
end