binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Plugable Auto-unpack subsystem

Open plafosse opened this issue 7 years ago • 4 comments

For packed binaries we should create separate binary views one for the packed and one for post-packed binary.

plafosse avatar Aug 31 '16 21:08 plafosse

by " separate binary views" would you have different tabs?

I'm currently writing writing a plugin that extracts dex from an apk, which is kind of similar to the packed/unpacked difference you're talking about.

lucasduffey avatar Sep 01 '16 15:09 lucasduffey

Separate binary views means that in the bottom where it says "Raw" or "PE" or "ELF" you'd be able to select from "Raw", "PE", and "Unpacked UPX" (or whatever they decide to call it)

joshwatson avatar Sep 01 '16 16:09 joshwatson

I believe we have an existing bug for container formats. It's essentially the same request

psifertex avatar Oct 01 '16 22:10 psifertex

Container formats support: https://github.com/Vector35/binaryninja-api/issues/133

lucasduffey avatar Oct 01 '16 22:10 lucasduffey