Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple files mapped at different offsets #134

Open
zachriggle opened this issue Dec 18, 2020 · 1 comment
Open

Multiple files mapped at different offsets #134

zachriggle opened this issue Dec 18, 2020 · 1 comment
Assignees

Comments

@zachriggle
Copy link

It would be nice to support using PFP against something like a core dump, memory dump, or other scenario where there are separate chunks of data mapped at different addresses, with gaps between them.

The 010 Editor Scripting API allows loading files to various offsets, and presumably just does zero-filling between them. This would probably be acceptable.

Does PFP have support for anything like this? I'm trying to do some memory reconstruction with various structs and the limitation is that everything starts at offset 0 (even if a module is loaded at e.g. 0x400000) and you can't have a template operate on multiple files / regions mapped at different locations.

@d0c-s4vage
Copy link
Owner

We should be able to do this - I'll work on an example of this as part of #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants