Phillip Tennen

Results 43 comments of Phillip Tennen

Hi! strongarm doesn't currently automatically resize the container structures for you. For now, you'll have to update the `size` pointers in the container structure by hand. If the data you'd...

Worth noting: `MachoBinary.insert_load_dylib_cmd` ([here](https://github.com/datatheorem/strongarm/blob/b31d371518a0d6de33ced302dabd25cc6b1667e4/strongarm/macho/macho_binary.py#L866)) handles updating some segment metadata, as an example.

Hi, thanks for your patience! `get_contents_from_virtual_address` is a 'low-level' API, and doesn't automatically take into account the size of the underlying structure. If you know exactly what kind of structure...

Thanks for the prompt response! I'm using Xcode 10.2 beta 2 (10P91b). I'm testing on an iOS 12 device. I can upload the new XCTest.framework if you'd like.

Hi Daniel, thanks for reaching out. I don't have a personal M1 handy, but I'll see what I can do to incorporate arm64 builds into future releases of `strongarm-dataflow`. I'll...

No worries at all =) I uploaded arm64 wheels for `strongarm-dataflow @ 3.0.0` on Wednesday, and have incorporated this step into the process for future releases. That's really cool, thanks...

I will work on fixing both of these. Unfortunately, I reply to the messenger's number, which would not reflect the fact that you are in a group chat. Fixing this...

I could do that, yes, however I think that-even with replying to group chats being half broken-restricting access to Hermes for certain messages might make some people very angry.

I'm extremely interested in getting axle running properly on real hardware. Thank you for your detailed bug report! This is exactly what I hope to see when people decide to...

I'm curious: do the commands `gfxtest` or `rexle vga` cause the same issue with triple faulting? Those two would use VGA graphics as opposed to VESA, so hopefully the bug...