Sha256: 11f09250e45cf5a200259b182c929543f4bb86d878ba77f4fb88d646d8ff6a8a
Contents?: true
Size: 483 Bytes
Versions: 3
Compression:
Stored size: 483 Bytes
Contents
require 'spec_helper' # scanline extradata sample("newbiecontest/alph1-surprise.bmp") do |fname| describe fname do subject{ cli(fname) } it { should include "PE32 executable for MS Windows" } it { should include "is program canno" } describe "--extract" do subject{ cli(fname, "--extract scanline") } it { should include "MessageBoxA" } it { should include "PVUAC PY HCHY UCYL AOPCISV WJHXY JDVYZJI YXH NIDSYRFBRCASVMFWVY" } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zsteg-0.1.2 | spec/newbiecontest_spec.rb |
zsteg-0.1.1 | spec/newbiecontest_spec.rb |
zsteg-0.1.0 | spec/newbiecontest_spec.rb |