redballoonsecurity / ofrak

OFRAK: unpack, modify, and repack binaries.
https://ofrak.com
Other
1.85k stars 127 forks source link

add argument for `ofrak gui` command to load files as Resources #266

Closed EdwardLarson closed 1 year ago

EdwardLarson commented 1 year ago

One sentence summary of this PR (This should go in the CHANGELOG!) Add option to ofrak gui to pre-load some files into OFRAK before opening the GUI, so they can be explore right away

Link to Related Issue(s) The ofrak gui command didn't have a way to open a file in the GUI. It was easy to work around with ofrak identify --gui which will take a file and then open the GUI, but it wasn't obvious. It just made it a bit clumsier to transition from a terminal to using the GUI.

Please describe the changes in your request. Add the "--file" (or "-f") argument to pass paths to files. Multiple files can be passed in this way, and the the user can choose one from the dropdown menu on the home screen.

Anyone you think should look at this, specifically? @whyitfor I believe you were also lamenting the lack of this feature with me the other day