Skip to content

Commit

Permalink
Fix for Linux and Mac plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kevthehermit committed Apr 12, 2016
1 parent 1e156a7 commit 9effa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ target/
# VolUtility Specific
vt_key.py
test.py
plugins/overlays/*
plugins/overlays/*.zip
plugins/*
!plugins/overlays/
!plugins/overlays/__init__.py
2 changes: 1 addition & 1 deletion web/vol_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9effa5b

Please sign in to comment.