From 9effa5b32577c96241a36e6695e00d451124e121 Mon Sep 17 00:00:00 2001 From: kevthehermit Date: Tue, 12 Apr 2016 23:25:47 +0100 Subject: [PATCH] Fix for Linux and Mac plugins --- .gitignore | 3 +-- web/vol_interface.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2035ad..4346c72 100644 --- a/.gitignore +++ b/.gitignore @@ -69,7 +69,6 @@ target/ # VolUtility Specific vt_key.py test.py -plugins/overlays/* +plugins/overlays/*.zip plugins/* -!plugins/overlays/ !plugins/overlays/__init__.py \ No newline at end of file diff --git a/web/vol_interface.py b/web/vol_interface.py index b04ef61..3a48c98 100644 --- a/web/vol_interface.py +++ b/web/vol_interface.py @@ -201,7 +201,7 @@ def result_modifier(self, results): # Convert Hex ints to 0x Values try: - for x in ['Offset', 'Offset(V)', 'Offset(P)', 'Process(V)', 'ImageBase', 'Base', 'Address']: + for x in ['Offset', 'Offset (V)', 'Offset(V)', 'Offset(P)', 'Process(V)', 'ImageBase', 'Base', 'Address']: if x in results['columns']: row_loc = results['columns'].index(x)