strongarm icon indicating copy to clipboard operation
strongarm copied to clipboard

Pointers may exist in the segment `__DATA_DIRTY`

Open sledgeh4w opened this issue 1 year ago • 0 comments

I am using strongarm to analysis libsystem_kernel.dylib from iOS. I found pointers in the section __data of segment __DATA_ DIRTY, I tried using MachoBinary.read_pointer_section to read, but this segement has been filtered out.

I suggest adding an optional parameter segment_name to MachoBinary.read_pointer_section to specify the segment.

Thanks.

sledgeh4w avatar Aug 02 '23 02:08 sledgeh4w