ArandomDev

Results 17 comments of ArandomDev

My optimizer is essentially the reverse of apple's optimizer. Lucky most load commands like `data in code` and `function starts` are still separated, so you can just copy the data...

Would it be possible to update the instruction set for existing ARCHs like AArch64 on the current version and PyPI package? I'm using this in my project [DyldExtractor](https://github.com/arandomdev/DyldExtractor), but it...

DyldExtractor does not support x86_64 caches, but the error that is shown should have not happened. If possible, can you send me a file with the first 512 bytes of...

Okay, I added a small check with [934b17d](https://github.com/arandomdev/DyldExtractor/commit/934b17d34b24a0ec3669092535a5bd808163ae4f). As for x86_64 support, [DyldExtractorC](https://github.com/arandomdev/DyldExtractorC) will support it, but development is going really slow unfortunately.

Hmm I probably should have done more testing, can you send me a download link for your cache files so I can look deeper into the issue?

Weird. I did some more digging, and it seems that when a target is set, HBLog uses os_log_with_type, and when it isn't set it, it uses CFLog. for some reason,...

This does seem to be the case. Though I don't know if its os_log's or oslog the command's fault. Only CFLog seem to show up with the oslog command.

That does seem reasonable. on a side note, can we put in an explicit switch for which logging system is used? As a personal hack, I slightly modified HBLog.h, `#if...

I believe this is possible with the `-e RAM=8` option, https://github.com/sickcodes/Docker-OSX#ram-over-allocation

You are correct about the local symbols. They don't seem to be present in the image as well. As for the incorrect symbols, I'm kinda at a lost because the...