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
Current code in analyze_syscall depends on debuggee bitness, this is wrong. It should instead check the syscall instruction. This would be different for all: int 0x80 is 32-bit completely, syscall is 64-bit completely, sysenter is 32 bit and needs special handling for 6th parameter.
The text was updated successfully, but these errors were encountered:
Current code in
analyze_syscall
depends on debuggee bitness, this is wrong. It should instead check the syscall instruction. This would be different for all:int 0x80
is 32-bit completely,syscall
is 64-bit completely,sysenter
is 32 bit and needs special handling for 6th parameter.The text was updated successfully, but these errors were encountered: