메소드 |
설명 |
|
Architecture_X86_64 ( Process process, TargetInfo info ) : System |
|
|
CopyRegisters ( Registers old_regs ) : Registers |
|
|
CreateFrame ( System.Thread thread, FrameType type, TargetMemoryAccess memory, Registers regs ) : StackFrame |
|
|
GetLMF ( ThreadServant thread, TargetMemoryAccess memory, TargetAddress &lmf_address ) : StackFrame |
|
|
Hack_ReturnNull ( Inferior inferior ) : void |
|
|
IsRetInstruction ( TargetMemoryAccess memory, TargetAddress address ) : bool |
|
|
IsSyscallInstruction ( TargetMemoryAccess memory, TargetAddress address ) : bool |
|
|
TrySpecialUnwind ( StackFrame frame, TargetMemoryAccess memory ) : StackFrame |
|
|
UnwindStack ( StackFrame frame, TargetMemoryAccess memory, byte code, int offset ) : StackFrame |
|
|
format ( Register register ) : string |
|
|
read_prologue ( StackFrame frame, TargetMemoryAccess memory, byte code, int offset ) : StackFrame |
|
|
try_unwind_sigreturn ( StackFrame frame, TargetMemoryAccess memory ) : StackFrame |
|
|
unwind_method ( StackFrame frame, TargetMemoryAccess memory, byte code, int pos, int offset ) : StackFrame |
|
|