Bugfix. "A"[0] = 0x65

git-svn-id: file:///home/svn/incoming/trunk@2785 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2005-07-18 01:47:03 +00:00
parent 120e6b5a2b
commit e9b1bbfe2b
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ module X86
end
def self.pack_lsb(num)
pack_dword(num)[0]
pack_dword(num)[0,1]
end
def self._check_reg(*regs)