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
Hi, I want to call BinaryView.add_user_segment(self, start, length, data_offset, data_length, flags) by using a memory address and length for data_offset and data_length, instead of a valid file offset & length. Is it possible?
Hi, I want to call
BinaryView.add_user_segment(self, start, length, data_offset, data_length, flags)by using a memory address and length fordata_offsetanddata_length, instead of a valid file offset & length. Is it possible?