You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any function compiled by the default C compiler (gcc-11) on Ubuntu 22.04 starts with endbr32/64. However distorm hasn't supported it yet(#131 (comment)). Other libraries support it.
distorm (master branch):
000055d29b704c18 (01) f3 DB 0xf3
000055d29b704c19 (01) 0f DB 0xf
000055d29b704c1a (01) 1e DB 0x1e
000055d29b704c1b (01) fa CLI
000055d29b704c1c (01) 55 PUSH RBP
Any function compiled by the default C compiler (gcc-11) on Ubuntu 22.04 starts with endbr32/64. However distorm hasn't supported it yet(#131 (comment)). Other libraries support it.
distorm (master branch):
capstone 5.0-rc4:
zydis 4.0.0:
The text was updated successfully, but these errors were encountered: