i386 filters 0x46 and 0x49 are the same

modified:   filter/filter_impl.cpp
	modified:   stub/src/arch/i386/bxx.S
This commit is contained in:
John Reiser
2024-07-20 11:24:25 -07:00
parent d097218a45
commit 6a1e70bf40
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -204,6 +204,7 @@
{ 0x36, 6, 0x00ffffff, f_ctoj32_e8e9_bswap_le, u_ctoj32_e8e9_bswap_le, s_ctoj32_e8e9_bswap_le },
// 32-bit calltrick with jmp, optional jcc; runtime can unfilter more than one block
// 2024-07-18 Note: two tags for the same filter
{ 0x46, 6, 0x00ffffff, f_ctok32_e8e9_bswap_le, u_ctok32_e8e9_bswap_le, s_ctok32_e8e9_bswap_le },
{ 0x49, 6, 0x00ffffff, f_ctok32_e8e9_bswap_le, u_ctok32_e8e9_bswap_le, s_ctok32_e8e9_bswap_le },