Sha256: 2a24dee824047daaaae16fdacea0c894570e709ccdd309f0ea66cd946e94de0e

Contents?: true

Size: 617 Bytes

Versions: 3

Compression:

Stored size: 617 Bytes

Contents

#    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

# metasm dasm plugin: asks to load a second program, and unleash the samples/bindiff fury
# usage: load the plugin, and a 2nd binary, disassemble functions in both, diff'em

require File.join(Metasm::Metasmdir, 'samples', 'bindiff.rb')

Gui::DasmWindow.new("bindiff target").promptopen("choose bindiff target") { |w|
	w.title = "#{w.widget.dasm.program.filename} - metasm bindiff"
	@bindiff_win = BinDiffWindow.new(self, w.widget.dasm)
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
metasm-1.0.5 samples/dasm-plugins/bindiff.rb
metasm-1.0.4 samples/dasm-plugins/bindiff.rb
metasm-1.0.3 samples/dasm-plugins/bindiff.rb