@@ -338,11 +338,20 @@ def _build_page1_other_general(self):
338
338
_row1 .pack_start (m ._page1_general_binary_fields_entry , False , True , 5 )
339
339
340
340
_row2 = g .Box ()
341
+ self ._page1_general_preprocess_chooser = g .FileChooserButton ()
342
+
343
+ self ._page1_general_preprocess_chooser .connect (
344
+ 'file-set' ,
345
+ self ._handlers .set_file_entry_text ,
346
+ m ._page1_general_preprocess_entry
347
+ )
348
+
341
349
_row2 .pack_start (m ._page1_general_forms_ckbtn , False , True , 5 )
342
350
_row2 .pack_start (m ._page1_general_parse_errors_ckbtn , False , True , 5 )
343
351
_row2 .pack_start (m ._page1_misc_cleanup_ckbtn , False , True , 5 )
344
352
_row2 .pack_start (m ._page1_general_preprocess_ckbtn , False , True , 5 )
345
- _row2 .pack_start (m ._page1_general_preprocess_entry , False , True , 5 )
353
+ _row2 .pack_start (m ._page1_general_preprocess_entry , True , True , 5 )
354
+ _row2 .pack_start (self ._page1_general_preprocess_chooser , False , True , 5 )
346
355
347
356
_row3 = g .Box ()
348
357
_row3 .pack_start (m ._page1_general_crawl_ckbtn , False , True , 5 )
@@ -1403,7 +1412,7 @@ def _build_page4(self):
1403
1412
self .page4 .set_border_width (10 )
1404
1413
1405
1414
_about_str = '''
1406
- update at 2019-04-20 18:18:13
1415
+ update at 2019-04-20 22:03:02
1407
1416
1. VERSION: 0.3
1408
1417
2018年 11月 10日 星期六 16:17:44 CST
1409
1418
required: python3.5+, python3-gi, sqlmap(require: python2.6+)
0 commit comments