Tommy Muir
Tommy Muir
Elaborating on this: For example if f we take the code: ```objc %hook ClassToHook -(void)hookedMethod {} %end %ctor { %init(ClassToHook = objc_getClass("aClass")); } ``` Logos will currently generate the function...
@NSExceptional my examples show the output I believe that logos should generate to resolve this issue, and that this is indeed a bug by the unused `@class` forward declaration. Normally...
LLDB output: https://pastebin.com/ExWw1Qq3 ktrw_usb_proxy output: https://pastebin.com/ztCXzzq7
This used to happen every time I booted with KTRW, and always from the very start of the LLDB session. I hadn't been able to get a single `x` command...
I am using a standard Apple USB-to-lightning cable. I haven't used prior versions of KTRW, sorry. I realise it is quite likely to be caused by the fact that I...
macOS 10.11.6 (El Capitan), Xcode 8.2.1
Thank you, I'll try it out and let you know how it goes.
Initial results is that unsigned code execution is working, as is KTRW (although SSH isn't). Thank you for your help :)
Thank you again, I'll let you know if I spot anything
This was run on the 13.0 InternalUI leak's kernelcache. Changing the `break` to a `continue` allowed this class to be skipped and I was given a very detailed symbol map...