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

binary blob unpacking #503

Closed
lucasduffey opened this issue Oct 1, 2016 · 2 comments
Closed

binary blob unpacking #503

lucasduffey opened this issue Oct 1, 2016 · 2 comments

Comments

@lucasduffey
Copy link
Contributor

lucasduffey commented Oct 1, 2016

There should be a best practice example plugin for handling unpacked data. I've seen a UPX-unpacker issue tracker which is a very small use case. This issue is for broader scope.

Perhaps some sort of binaryView hierarchy is required?

Examples

APK use case

  • apk parent
  • dex (child of apkView)
  • ELFs (child of apkView, one of the bundled shared objects) - there can be multiple shared objs
  • etc..

Related: #446

@lucasduffey
Copy link
Contributor Author

nes.py plugin is here:

no simple way to do something like:

  • NESView.get_carved_blob_of_data() and use that for a different view AFAIK

@lucasduffey
Copy link
Contributor Author

duplicate of #133

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

No branches or pull requests

1 participant