Commit db5f7a17 by devttys0

Added library load debug info

parent 926a7535
......@@ -3,6 +3,7 @@ import sys
import glob
import ctypes
import ctypes.util
import binwalk.core.common
from binwalk.core.compat import *
class Function(object):
......@@ -129,5 +130,6 @@ class Library(object):
if not lib_path:
raise Exception("Failed to locate library '%s'" % library)
binwalk.core.common.debug("Found library: " + lib_path)
return lib_path
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment