Closed IvesAwadi closed 10 months ago
Do you mean - zip entry offset (e.g. for a given/opened name)? What's exactly your use case?
Yes, my use case is reading the /proc/pid/maps directory to find where a shared object with a given name is mapped at in a process virtual space.
Here's a link for reference Stackoverflow
Ok, thanks. I'll add to the feature list.
Thank you so much, will close the issue now.
Thank you so much, will close the issue now.
Check the PR if it works for you. Also look at the new test which I've added
Would it be possible to get the file offset within a zip file?
Thank you.