Zachary Cutlip

Results 69 comments of Zachary Cutlip

I've got this working more generically including rebasing all pointers and symbols. Obj-c selectors get rebased in the process. Resulting dylibs now disassemble nicely in Hopper, IDA, etc. It's a...

I'm really sorry; haven't had time to clean it up and my c++ is terrible. How would you feel about me just attaching a patch to this issue? It applies...

Just a note, the `sort --check=quiet --version-sort` that this check uses was new to me (stackoverflow link provided in the code comment). I verified it works on macOS 12.4, and...

Not terribly well tested. I tried it out on some fairly complex open source kernel code, but that's about it. Do you have a set of tests or some sort...

When you use `dsc_extractor` to dump a dylib from the shared cache, it doesn't really give you a proper dylib. Lots of things get rewritten during the linking process that...

Regarding dyld_shared_cache, here are a couple resources for informational purposes. Neither of these help move the ball down the field, but hopefully they offer a bit of insight into the...

Unfortunately I can't share the tool since it's work-related As for disassembly, I'm using IDA to load the reconstructed dyld_shared_cache, and then disassemble individual dylibs. So, happy to run any...

I'll see what I can do. I'm not super familiar with the class-dumping side of it. If there's something already out there, particularly in python, I'll see if I can...

> Shouldn't it be marked as "not working" on Monterey on brew.sh? Maybe file that bug with homebrew-core then? https://github.com/Homebrew/homebrew-core

we'll look into tagging a release soon