i386 stub filters 0x49 and 0x46 really are different (but similar!)
modified: filter/filter_impl.cpp modified: p_lx_elf.cpp modified: stub/src/arch/i386/bxx.S
This commit is contained in:
@@ -7686,6 +7686,8 @@ int const *
|
||||
PackLinuxElf32x86::getFilters() const
|
||||
{
|
||||
static const int filters[] = {
|
||||
// 0x49 is 5-byte CALL or JMP, and 6-byte Jxx
|
||||
// 0x46 is 5-byte CALL or JMP
|
||||
0x49, 0x46,
|
||||
// FIXME 2002-11-11: We use stub/fold_elf86.asm, which calls the
|
||||
// decompressor multiple times, and unfilter is independent of decompress.
|
||||
|
||||
Reference in New Issue
Block a user