samples/dasm-plugins/bindiff.rb in metasm-1.0.2 vs samples/dasm-plugins/bindiff.rb in metasm-1.0.3
- old
+ new
@@ -6,10 +6,10 @@
# 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("chose bindiff target") { |w|
+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)
}