metasploit-framework/lib/rex/encoder
sinn3r 192279544b BufferRegister should be validated.
If BufferRegister is in lower-case, then gen_decoder_prefix will
return nil.  When the return value is nil, other functions like
gen_decoder() will backtrace due to a "undefined method "+" for nil"
error.  Therefore, this input should NOT be case-sensitive.

Also, if for some reason the user supplies an invalid BufferRegister,
the function should be aware of that and warn the user about the
bad input.
2013-01-10 17:14:38 -06:00
..
alpha2 BufferRegister should be validated. 2013-01-10 17:14:38 -06:00
xor Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
alpha2.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
ndr.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
ndr.rb.ut.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
nonalpha.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
nonupper.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
xdr.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
xdr.rb.ut.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
xor.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00