# This file is part of Metasm, the Ruby assembly manipulation suite # Copyright (C) 2006-2009 Yoann GUILLOT # # Licence is LGPL, see LICENCE in the top-level directory # a preleminary attempt to use MS dbghelp.dll to retrieve PE symbols require 'metasm' dll = 'C:\\Program Files\\Debugging Tools For Windows (x86)\\dbghelp.dll' Metasm::DynLdr.new_api_c <