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

Feature Request: Load multiple files using CLI and File->Open dialog #39

Closed
droberson opened this issue Nov 25, 2021 · 3 comments
Closed

Comments

@droberson
Copy link

PE-Bear allows you to specify a file to load from a prompt. Specifying more than one file only opens the first specified:

% PE-bear one.exe
% PE-bear one.exe two.exe three.exe    #### Only loads one.exe

Multiple files can be subsequently opened using File->Load PE or Control+O, but this dialog also appears to support loading one file at a time, which can become tedious when working with sets of files.

Please consider adding functionality to load multiple files at the same time.

If it helps, this is the version I am using:

PE-bear - Portable Executable reversing tool
version: 0.5.4 Qt5
built on: May 24 2021

@hasherezade
Copy link
Owner

Thank you, this is a good idea, I will add a support for a list of files supplied from a commandline.

I don't know if you noticed, but you can also drag and drop multiple files at the same time, and all of them will be loaded.

@hasherezade
Copy link
Owner

I added it in the new release - please check it out:
https://github.com/hasherezade/pe-bear-releases/releases/tag/0.5.5

@droberson
Copy link
Author

works great. thank you very much!

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

2 participants