PDA

View Full Version : metasm in kali



Lancha
2013-04-30, 15:57
in my metasm a have this error
i using Kali 32 in virtualbox
/root/foto.asm -o /root/foto.exe
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- metasm (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from peencode.rb:8:in `<main>'

charonsecurity
2013-04-30, 18:24
I half-way suspect you might have conflicting versions of ruby installed. Can you see if there are more than one installation with this command: "which -a ruby" ? If there is more than one listing, go ahead and get rid of the older one. If that is not the issue you might not have the right gems installed; paste the output of, "gem list" to see if you are missing any. (might be missing metasm?)

Lancha
2013-05-01, 12:43
i find the problem i forget the put in the site_ruby the files of metasm

ds2k5
2014-09-18, 06:56
Hi,
i found your Post about: peencode.rb
but did not understand.

Did you

cp -r /usr/local/lib/site_ruby /usr/share/metasploit-framework/lib/metasm

Thanks