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.
I am using strongarm to analysis
libsystem_kernel.dylibfrom iOS. I found pointers in the section__dataof segment__DATA_ DIRTY, I tried usingMachoBinary.read_pointer_sectionto read, but this segement has been filtered out.I suggest adding an optional parameter
segment_nametoMachoBinary.read_pointer_sectionto specify the segment.Thanks.