1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

rename block

git-svn-id: file:///home/svn/incoming/trunk@3337 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2006-01-08 01:16:49 +00:00
parent 1eead1a5e9
commit 9fda1582f8

View File

@ -72,7 +72,7 @@ protected
init_key = Rex::Poly::LogicalBlock.new('init_key',
Proc.new { |b| (0xb8 + b.regnum_of(key_reg)).chr + 'XORK' })
popeip = Rex::Poly::LogicalBlock.new('popeip', "\x5e")
pusheip = Rex::Poly::LogicalBlock.new('popeip', "\x56")
pusheip = Rex::Poly::LogicalBlock.new('pusheip', "\x56")
xor = Rex::Poly::LogicalBlock.new('xor',
Proc.new { |b| "\x31" + (6 + (8 * b.regnum_of(key_reg))).chr })
lodsd = Rex::Poly::LogicalBlock.new('lodsd', "\xad")