strongarm
strongarm copied to clipboard
Pointers may exist in the segment `__DATA_DIRTY`
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.