metasploit-framework/lib/msf/core/encoder
Matt Miller f61cde59c4 initial support for context encoding
git-svn-id: file:///home/svn/framework3/trunk@5081 4d416f70-5f16-0410-b530-b9f4589650da
2007-08-31 04:01:30 +00:00
..
alphanum.rb First round of bugfixes for encoders. Alphanumeric encoders no longer default the BufferRegister option, since this can lead to non-compatible exploits falling through to these encoders, selecting them, and then crashing. The new method uses a dynamic (not quite poly) geteip generator, that while not yet alphanumeric compatible, it handles most of the known use cases. Remaining items: 2006-09-10 05:10:48 +00:00
nonalpha.rb Hehe - sorry guys ;) 2006-04-21 12:31:11 +00:00
nonupper.rb Add nonupper encoder, like nonalpha, but with badchar support instead of lowercase char range 2006-05-08 15:04:50 +00:00
xor.rb Fixored 2006-04-26 16:51:05 +00:00
xor_additive_feedback.rb initial support for context encoding 2007-08-31 04:01:30 +00:00