miasm
Reverse engineering framework
get_exports.py File Reference

Namespaces

 get_exports
 

Variables

 get_exports.parser = ArgumentParser(description="Retrieve exported functions of a DLL")
 
 get_exports.help
 
 get_exports.args = parser.parse_args()
 
 get_exports.fdesc = open(args.filename, 'rb')
 
 get_exports.cont = Container.from_stream(fdesc)
 
 get_exports.exported_funcs = get_export_name_addr_list(cont.executable)