Derek
Derek
I'll need a bit more context: Is self Swift or ObjC? Do you have the source to this program you are debugging? Is this iOS or a different platform? `ivars`...
Ah, ok, I'll keep this open then until I've got a replacement for MacOS. In the time being you can run `dclass self` to obtain all the Objective-C values ivars...
I also ran a `(lldb) cpo @import ObjectiveC`before this example to fix LLDBs module headers, a problem that is constantly changing for every LLDB release
Hey @wimbledon , I am aware of that shortcoming on the sbt command. How it works is I grab all the start addresses of all ObjC functions and cross reference...
Confirming that this will be added, but there's no official date yet. Work/Life is taking a pretty decent chunk of time : ]
Thanks will look into it
Hey @guneesh27 , I won’t get to it today, but I’ll slap a MIT license on it soon. You may use, modify, and distribute altered versions of dsdump provided I...
This tool is to be built for a MacOS (x86_64) machine, not an ARM device. That's a fair request, I'll add an ARM slice and make this a FAT binary...
I like that idea. I'll get an LC_ENCRYPTION check in + your other changes over the weekend.
How I wrote dsdump, I'll mmap the executable into memory, but I needed a way to ensure I don't mix up the load addresses of the binary with dsdump's own...