Class Rex::Encoding::Xor::DwordAdditive
In: lib/rex/encoding/xor/dword_additive.rb
Parent: Generic

Methods

Public Class methods

hook in the key mutation routine of encode for the additive feedback

I realize this algorithm is broken. We invalidate some keys in _find_bad_keys that could actually be perfectly fine. However, it seems to work ok for now, and this is all just a lame adhoc method. Maybe someday we can revisit this and make it a bit less ghetto…

[Validate]