redballoonsecurity / ofrak

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

Bugfix: Only list discovered components in the GUI #313

Closed EdwardLarson closed 1 year ago

EdwardLarson commented 1 year ago

One sentence summary of this PR (This should go in the CHANGELOG!)

Link to Related Issue(s) Previously the GUI backend server used an OFRAKEnvironment object to get the list of components offered to the user to run. However this includes components from all installed OFRAK packages, including ones that weren't discovered as part of spinning up the server. So if the user selected one of these components, they would get an error.

Additionally, if an OFRAK package was installed without all of its dependencies, any import errors could be avoided by not importing/discovering the package. However since getting the component list through the OFRAKEnvironment always imports all installed modules, a user could not avoid getting import errors for such installed, incomplete, and unused packages when using the OFRAK GUI.

Please describe the changes in your request.

Anyone you think should look at this, specifically? @rbs-jacob