octrace icon indicating copy to clipboard operation
octrace copied to clipboard

hook objc_msgSend, trace Obj-C function call, support arm64 only

Results 2 octrace issues
Sort by recently updated
recently updated
newest added

每次都crash在这一行,$3 = 0: str x13, [x12, #-0x8]!

demo(83644,0x10a8c13c0) malloc: *** error for object 0x10bd34280: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug 断在 ~OCTraceImage() { return; } 麻烦大神看一下 开始有个编译失败 __LP64__ 改为__aarch64__后编译成功...