-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLDB stepsyscall crash debugger #2544
Labels
Comments
patryk4815
changed the title
stepsyscall crash debugger
LLDB stepsyscall crash debugger
Nov 18, 2024
@OBarronCS Hi! Maybe this is relevant with your PR? #2533 |
Should we skip Operands: [
['RAX': Symbol: None, Before: 0x178bfbff, After: None, type=CS_OP_REG, size=8, access=CS_AC_WRITE]]
['-0x58': Symbol: None, Before: -0x58, After: None, type=CS_OP_IMM, size=8, access=CS_AC_INVALID]]
]
mov rax, 0xffffffffffffffa8 at 0x7ffff7fdc8e3 (size=7) (arch: x86)
ID: 460, mov
Raw asm: mov rax, 0xffffffffffffffa8
New asm: mov rax, 0xffffffffffffffa8
Next: 0x7ffff7fdc8ea
Target: 0x7ffff7fdc8ea, Target string=, const=None
Condition: UNDETERMINED
Groups: []
Annotation: None
Conditional jump: False. Taken: False
Unconditional jump: False
Declare unconditional: None
Declare unconditional jump: False
Force jump target: False
Can change PC: False
Syscall: N/A
Causes Delay slot: False
Split: NO_SPLIT
Call-like: False @OBarronCS He is crashing on this instruction: why
|
fixed in #2645 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: