Description: add libdistorm3.so.3 to potential libraries list.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2014-09-04
Index: distorm3-3.0/python/distorm3/__init__.py
===================================================================
--- distorm3-3.0.orig/python/distorm3/__init__.py
+++ distorm3-3.0/python/distorm3/__init__.py
@@ -33,7 +33,7 @@ from os.path import split, join
 
 # Guess the DLL filename and load the library.
 _distorm_path = split(__file__)[0]
-potential_libs = ['distorm3.dll', 'libdistorm3.dll', 'libdistorm3.so', 'libdistorm3.dylib']
+potential_libs = ['/usr/lib/libdistorm3.so.3']
 lib_was_found = False
 for i in potential_libs:
     try:
