Samuel Hopstock
Samuel Hopstock
Sure, seems useful
We will take a look at it. If you could provide us with some samples that would be nice. You can either make a pull request to put them inside...
Thanks
Yes, we are still interested in this, but unfortunately we are somewhat short on time due to university tasks, so we are currently not as actively developing new features as...
Cool, thanks!
Yes I think that makes sense like that 👍🏼
Hm I think asking every time would be fine. Otherwise we would need to identify the last used unpacker for a sample from history data that might be corrupted, so...
And with asking the user, do you mean that every time a sample is opened, the user needs to explicitly accept/override the unpacker? I think it would be preferable to...
Actually we currently use the name of the last unpacker only for information purposes. The unpacker is identified anew every time a sample is loaded. I would create a new...
Ah I see, sorry I should have clarified that! Currently, the unipacker shell is defined in `shell.py`. One example would be the `log` command, which is defined here: https://github.com/unipacker/unipacker/blob/de508c0dd27fb775b4f5a44e417c80ca192aa74a/unipacker/shell.py#L720-L742 As...