You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am using strongarm to analysis
libsystem_kernel.dylib
from iOS. I found pointers in the section__data
of segment__DATA_ DIRTY
, I tried usingMachoBinary.read_pointer_section
to read, but this segement has been filtered out.I suggest adding an optional parameter
segment_name
toMachoBinary.read_pointer_section
to specify the segment.Thanks.
The text was updated successfully, but these errors were encountered: